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.