tags:

views:

62

answers:

2

Can you recommend books to learn about PHP MVC please?

Thanks everyone.

A: 

MVC (Model-View-Controller) is a design pattern - I suggest you read up on the design pattern itself before you begin working with it in PHP.

Here's a list of the "top 10" PHP MVC frameworks (according to mustap.com, but take this with a pinch of salt) but the most popular are probably Zend and CakePHP. You can find books for both on amazon.com with a simple search - a quick search brings back this book.

Daniel May
Rather http://www.phpframeworks.com/ for a more rigorous coparison
bobobobo