MVC development model

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
leulae
Forum Newbie
Posts: 14
Joined: Fri Jan 01, 2010 2:48 am

MVC development model

Post by leulae »

I want to study MVC development model, where can I start

Thanks in advance

Leulae
User avatar
papa
Forum Regular
Posts: 958
Joined: Wed Aug 27, 2008 3:36 am
Location: Sweden/Sthlm

Re: MVC development model

Post by papa »

Amazon have many books for example. Also ton of information if you search on Google.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: MVC development model

Post by alex.barylski »

Google...wikipedia...
leulae
Forum Newbie
Posts: 14
Joined: Fri Jan 01, 2010 2:48 am

Re: MVC development model

Post by leulae »

Thanks you all, I like to get simple example

Thanks
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: MVC development model

Post by Christopher »

There are no simple examples of MVC because it is a high level pattern that implies a lot of implementation choices. Try to use some of the popular MVC frameworks to learn more.
(#10850)
Post Reply