Introduction to PHP Objects, Part 1 (O'Reilly)
John Coggeshall
shows how to do object-oriented scripting with PHP on O'Reilly.
"
In today's column, I'll be introducing one of the more interesting and useful methods of writing PHP scripts -- the object-oriented method. Those of you who might have experience with an object-oriented programming language such as Java or even C++ will find themselves right at home with most of the concepts I'll begin outlining here. However, be warned -- PHP objects have a mixture of C++ and Java, making them a little different than what you might be used to. In any case, let's get started with the basics."