Page 1 of 1
Object-oriented PHP Shopping Cart?
Posted: Mon Dec 13, 2004 4:26 pm
by sebenza
Anyone know of a solid PHP object-oriented shopping cart out there? I am having troubles finding one... maybe one does not exist?
Thanks,
Scott
Posted: Fri Dec 17, 2004 11:34 am
by patrikG
I've looked for one for a while and couldn't find one. Frezno shop is an attempt at that, but it's some guy's project and not finished. Everything else I've looked at was horrendous. So, the short answer is: doesn't seem to exist.
Posted: Mon Dec 20, 2004 12:31 pm
by sebenza
Cool. Thanks for the reply.
Posted: Sun Dec 26, 2004 2:18 pm
by potsed
Posted: Sun Dec 26, 2004 7:46 pm
by sebenza
How do you mean? Last time I looked at it... it was not object oriented.
Posted: Sun Dec 26, 2004 10:34 pm
by John Cartwright
I think you should do a quick google for the difference of OOP and procedural programming
Posted: Mon Jan 03, 2005 6:05 am
by patrikG
OSCommerce is very badly coded procedural code. Very badly.
Posted: Mon Jan 03, 2005 7:50 am
by onion2k
Why do you want an object based one?
Posted: Thu Jan 13, 2005 8:59 am
by patrikG
Btw.: if you want to have an object oriented shopping cart including CMS (or rather vica versa) check out
ezPublish - very powerful, ,very customizable and very, very OO.
Posted: Thu Jan 13, 2005 3:47 pm
by potsed
I think you should do a quick google for the difference of OOP and procedural programming
i do know the difference .. was just sugesting a cart, ive never even looked at its source code...
