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:
rajax
2009-09-30 00:25:59
+2
A:
Here you go,
http://anantgarg.com/2009/03/13/write-your-own-php-mvc-framework-part-1/
http://www.phpro.org/tutorials/Model-View-Controller-MVC.html
lemon
2009-09-30 00:43:51
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
2009-09-30 03:26:25
A:
try this article Frameworks for implementing the Model View Controller pattern in PHP
Kuya
2009-09-30 03:35:00
A:
This one is about symfony and Doctrine, and is very interesting (in my opinion :) ) Practical Symfony
xarch
2009-09-30 18:07:27