Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Tanguay.at:
Install PHP 5 on Windows Workshop
Nov 15, 2004 @ 15:13:13

Adding to his popular Install PHP 5 on Windows workshop, Edward Tanguay has just posted two new steps, which teach you PHP 5 object-oriented programming in a very practical manner: In the first step you download and set up a PHP 5 page which reads an XML file and displays book reviews linked to the Amazon Associate program. In the next step, Edward goes line-by-line through the code and examines the classes, properties, constructors, public methods, private methods and static methods discussing how each works and why programming in this fashion is better than procedural programming. There are dozens of screen screenshots which make this tutorial easy to follow. If you get stuck or want to discuss an issue, you can instantly post questions and comments on each step without registering.

In the latest two steps added into the mix, the OOP principles are quite detailed, complete with screenshots for each step of the way. Beginners might have some issues getting the hang of OOP from this introduction, but it does provide a good overview of what OOP in PHP is all about.

tagged:

Link:


Trending Topics: