Live data from Hacker News

MVC and DAO Pattern in PHP Books ebook or pdf?

news.ycombinator.com

1–2 of 2 posts

Re: MVC and DAO Pattern in PHP Books ebook or pdf?

#2
Your best bet would be to pick an MVC framework for PHP and then read the documentation for it. MVC as an architecture isn't all that complicated, but different frameworks may implement slightly differently. Choosing a framework, reading the documentation and playing around with it on your own will help you understand the concept much better than a book.