How I learn - 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

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

Re: How I learn - MVC development model

Post by leulae »

Now I have little knowledge what is happening on MVC, want to read good simple coding ..., Trying to understand routing, what, why, Registry. How I separate the logic, data, and view,Those are big things to me, because I am new to PHP and still studying.


Thank you all

Leulae
jraede
Forum Contributor
Posts: 254
Joined: Tue Feb 16, 2010 5:39 pm

Re: How I learn - MVC development model

Post by jraede »

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

Re: How I learn - MVC development model

Post by Christopher »

That tutorial is not bad, but it pretty old. The thing about "learning MVC" is that MVC is a solution to a set of problems. So you need to have those problems first, and understand them, before MVC will really make sense.
(#10850)
Post Reply