Building a simple cart using object orientated PHP
Posted
by James
on Stack Overflow
See other posts from Stack Overflow
or by James
Published on 2010-05-21T21:54:59Z
Indexed on
2010/05/21
22:00 UTC
Read the original article
Hit count: 266
I've built basic shopping carts with PHP before but in an attempt to get my feet wet with OOP, I'd like to try using that method.
I come from a design background but do understand some basics of OOP but would like to see a tutorial or something simple I could base this on.
The site is small and the cart functionality required is very standard.
Can anyone offer a link to a decent tutorial or article on building a Cart with PHP OOP, a quick google didn't turn up anything decent.
© Stack Overflow or respective owner