PHP 5 Objects, Patterns, and Practice
by Matt Zandstra
This book explores the principles underlying design patterns (principally those patterns collected by the 'Gang of Four') and presents a range of patterns in a PHP context. This book also examines tools and practices that exist which underpin good software design, including unit testing, documentation, version control and automated build.


Comments ( Add )
Finally, an easy-to-ready straight forward approach to OOP…and best of all, it’s PHP5. no more hacks (or not as many anyway).