I 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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
PHP in Action has good knowledge of OOP in PHP |
|||
|
|
|
For OOP:
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.
|
|||
|
|