tags:

views:

352

answers:

5

I am not looking for PHP frame work books, they just make me confuse. I like to learn how to design my own MVC framework for PHP.

+5  A: 

There's an article series on O'Reilly: Understanding MVC in PHP

And a good book about CodeIgniter which is an MVC framework for PHP:

CodeIgniter for Rapid PHP Application Development

rajax
A: 

This O'Reilly media article (it's not a book) is where I learned most of the stuff about MVC.
Implementing MVC in PHP: The Controller

andho
A: 

try this article Frameworks for implementing the Model View Controller pattern in PHP

MVC in PHP

Kuya
A: 

This one is about symfony and Doctrine, and is very interesting (in my opinion :) ) Practical Symfony

xarch