Page 1 of 1
How to make E-commerce website by using MVC in PHP?
Posted: Tue Jul 30, 2013 6:50 am
by celinsmith111
Hi Floks,
I am trying to develop a e-commerce web site with php and mvc, can any one do it before, i want some short refrence for it.
Re: How to make E-commerce website by using MVC in PHP?
Posted: Tue Jul 30, 2013 12:51 pm
by requinix
No such thing as a "short reference" for building an e-commerce site.
Re: How to make E-commerce website by using MVC in PHP?
Posted: Wed Jul 31, 2013 7:58 pm
by mecha_godzilla
Agreed. E-commerce sites are by their very nature complex.
A good place to find case studies on MVC applications would be by looking at how other frameworks manage this - Yii, Kohana, Zend and Symfony have lots of reference material on their sites and the source code is freely available. The likelihood is that at least one of these frameworks will implement its MVC architecture in a similar way to how you want yours to work, so why not start there?
HTH,
Mecha Godzilla
Re: How to make E-commerce website by using MVC in PHP?
Posted: Wed Jul 31, 2013 10:55 pm
by Christopher
I am confused about why the design would be different with MVC or some other paradigm? The implementation would be a little different, but the basic parts of an e-commerce site are the same: product catalog, shopping cart, user accounts, checkout, and the associated administration of products, users and orders. So I don't think an actual design or architecture question has been asked yet. If by "short reference" you mean an easy way to design and implement a complex solution then the answer is no.
Re: How to make E-commerce website by using MVC in PHP?
Posted: Sat Aug 24, 2013 6:18 am
by ssmita76
You can refer this link for learning. -
http://goo.gl/OJWLE1