
July 17th, 2007, 09:00 AM
|
|
|
|
Completing a Web Site Template using Inheritance in PHP 5
If you're a PHP developer who develops object-oriented applications on a frequent basis, then you'll know that inheritance can be an extremely useful concept that might help in reusing code when it comes to creating a hierarchy of classes. This article, and yesterday's, take advantage of this powerful concept and show you how to use some straightforward classes to build a complete web site that presents a consistent look across its pages.
Read the full article here: Completing a Web Site Template using Inheritance in PHP 5
For more discussion go here: Blog Article Discussion
|