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

DevShed:
Completing a Web Site Template using Inheritance in PHP 5
Jul 18, 2007 @ 15:21:00

DevShed finishes off their two-part look at working with Inheritance in a PHP5 application (their web site template engine) with the second tutorial, a look at making the look consistent across the web engine's outputted pages.

In this final installment of the series I'm going to complete the creation of the sample website by developing a pair of additional web pages, which will come in useful for building the typical "Products" and "Contact" sections of the web site in question.

They start with an overall look at how the class will end up before getting into the parts that will need to be added. They extend the base classes even more with more inheritance, making classes for both the Product and Contact pages to render the needed elements.

tagged: inheritance php5 tutorial website template inheritance php5 tutorial website template

Link:


Trending Topics: