TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

MVC and DAO Pattern in PHP Books ebook or pdf?

1 pointsby erick23over 12 years ago
Hi! Guys, i want to learn more about mvc and dao pattern in php and their bootstrap, where can I find the best books may be in PDF format or ebook? has links pass me please!

1 comment

zj2p0over 12 years ago
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.