PHP Object Oriented programming - advanced techniques book [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
开发者_如何学JAVAClosed 6 years ago.
Improve this questionI have some knowledge of object oriented php, i understand objects and classes. Can you recommend me some book that will teach me some more advanced techniques?
PHP in Action has good knowledge of OOP in PHP
For OOP:
- "Agile Software Development" by R. Martin
- "Code Complete" by S. McConnell
For PHP - corresponding section of PHP manual (it's really thorough and complete enough)
I don't know if I'm too late, but I would strongly recommend:
PHP Objects, Patterns and Practice by Matt Zandstra
This is actually one of the books Zend recommends reading before taking the PHP5 certification exam.
- Christian
精彩评论