Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

Catching up with Harry

I’m not sure how I missed this, but Harry Fueck’s new book The PHP Anthology was published by SitePoint back in December, as a hefty 2 volume epic. Harry is the guru behind PHP Patterns and really knows his stuff. While the book is at first glance a cookbook for solving web related problems, Harry also uses it as a platform for teaching sensible development practises:

Between the lines I’ve focused on teaching OOP by example, partly by developing classes in the book and also by taking advantage of Open Source class libraries I’m familiar with; in most cases projects from PEAR.

That’s also where I’d say The PHP Anthology is unique, in it aims to get readers to avoid re-inventing wheels already done many times in PHP. Although many of the subjects have been seen before (often online), the focus here is either to use an Open Source class library or put one together, solving a problem once and for all, as opposed a hacked script that goes half way.

Sample chapters from the books are available online, including an excellent explanation of caching techniques. Harry is also one of my co-bloggers over at SitePoint where he writes about (you guessed it) PHP in Dynamically Typed.

This is Catching up with Harry by Simon Willison, posted on 18th February 2004.

View blog reactions

Next: If foxes can learn Ruby, why can't you?

Previous: Advanced Python network programming

2 comments

  1. Great book - though he doesn't know it, the man Harry taught me OOP. Thanks Harry!

    "Open Source class library or put one together"

    Priceless stuff once built too.

    Mike P. - 20th February 2004 00:59 - #

  2. I could not agree more!

    Harry has not only taught me OOP with his PHP Anthology books, but also made my entire PHP programming career possible.

    The PHP Anthology books are excellent for anyone looking to advance their PHP knowledge from procedural programming to Object Oriented Programming.

    Raam Dev - 31st August 2006 17:28 - #

Comments are closed.

Previously hosted at http://simon.incutio.com/archive/2004/02/18/harry

A django site