
July 16th, 2007, 09:00 AM
|
|
|
|
Building Object-Oriented Web Pages with Inheritance in PHP 5
You have probably used the principles of inheritance in any number of your object-oriented programming projects. Traditionally this means working with parent and child classes during the creation of a PHP application. In this two-part series, you'll learn a simple way to use inheritance while creating object-oriented web pages.
Read the full article here: Building Object-Oriented Web Pages with Inheritance in PHP 5
For more discussion go here: Blog Article Discussion
|