Forum Moderators: coopster

Message Too Old, No Replies

Looking for good tutorials on the basics of MVC as it relates to PHP

         

formasfunction

12:24 am on Apr 14, 2008 (gmt 0)

10+ Year Member



I've been digging into OOP with PHP5 and I'd really like to learn the basics of MVC design. I read over this article [onlamp.com ] but it left much to be desired in terms of clarity. Do you guys know of any other websites or books that clearly explain MVC with examples given using PHP? Searching through Google for tutorials, I've found plenty of MVC frameworks instead but I'd really like to understand the concepts behind them and write a little bit of my own code before I start digging into those written by others.

NameNick

10:32 pm on Apr 15, 2008 (gmt 0)

10+ Year Member



You could try the Zend Framework which allows you implement it as MVC. The manual explains MVC and have a lot of examples.

[framework.zend.com...]

NN