How to make E-commerce website by using MVC in PHP?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
celinsmith111
Forum Newbie
Posts: 1
Joined: Fri Jul 12, 2013 4:56 am
Location: USA

How to make E-commerce website by using MVC in PHP?

Post 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.
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: How to make E-commerce website by using MVC in PHP?

Post by requinix »

No such thing as a "short reference" for building an e-commerce site.
User avatar
mecha_godzilla
Forum Contributor
Posts: 375
Joined: Wed Apr 14, 2010 4:45 pm
Location: UK

Re: How to make E-commerce website by using MVC in PHP?

Post 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
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: How to make E-commerce website by using MVC in PHP?

Post 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.
(#10850)
ssmita76
Forum Newbie
Posts: 1
Joined: Sat Aug 24, 2013 6:02 am

Re: How to make E-commerce website by using MVC in PHP?

Post by ssmita76 »

You can refer this link for learning. - http://goo.gl/OJWLE1
Post Reply