Page 1 of 1

MVC development model

Posted: Tue Mar 09, 2010 4:59 am
by leulae
I want to study MVC development model, where can I start

Thanks in advance

Leulae

Re: MVC development model

Posted: Tue Mar 09, 2010 5:39 am
by papa
Amazon have many books for example. Also ton of information if you search on Google.

Re: MVC development model

Posted: Tue Mar 09, 2010 12:27 pm
by alex.barylski
Google...wikipedia...

Re: MVC development model

Posted: Wed Mar 10, 2010 3:43 am
by leulae
Thanks you all, I like to get simple example

Thanks

Re: MVC development model

Posted: Wed Mar 10, 2010 4:09 am
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.