6.22 Further readingThis is NOT the latest copy of this book; click here for the latest version.
-
In my experience, the best place to look for text on object-oriented programming is beginners' C++ books. Sure, many of the features described there aren't available in PHP, but the ones that are are usually presented in a very slow, very easy to grasp manner with copious amounts of examples to make sure you get the point. My favourite is "Teach yourself C++ in 21 Days" by Jesse Liberty - this has so much content on what OOP is and why it is helpful that nearly all readers can benefit.
|
Want to see this stuff in print? PHP in a Nutshell takes the core topics covered here, adds in thousands of edits from the editorial team and myself, and combines them to make an unbeatable reference for PHP programmers at all levels.
My latest book has hundreds more tips on how to use PHP, Apache, and MySQL, plus Perl, Python, shell scripts, performance tuning, and more!
|