News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
DevShed:
Building Object-Oriented Web Pages with Inheritance in PHP 5
July 16, 2007 @ 15:18:00

DevShed has posted part one of a new pair of articles that show how to use inheritance in your PHP applications.

In the two articles in this series I'm going to show you how to build a sample object-based web site from its bare bones structure, by using the encapsulated logic of some parent and child PHP 5 classes. In this way I'll demonstrate how inheritance can be used to tackle a concrete project, such as constructing dynamic web pages.

In part one, they build the foundation of their sample application - a web page builder - by defining the WebPage class and abstract methods for it like buildHeader, buildStyles and buildBody. Inheriting from this, they build a HomeWebPage class that defines the methods and values to create a simple page. They take it even a step further and build an AboutUsWebPage to show another implementation.

0 comments voice your opinion now!
php5 object oriented inhertance tutorial webpage php5 object oriented inhertance tutorial webpage



Similar Posts

Invoke Media Blog: Zend Framework and Rapid Application Development with PHP

Ilia Alshanetsky's Blog: 5.2.2RC1 Released for Testing

Developer.com: PHP 5 OOP - Delegation and Custom Exceptions

Christian Wenz's Blog: Zeev on PHP

DevShed: Implementing the commit() and rollback() Methods with mysqli and PHP 5


Community Events







Don't see your event here?
Let us know!


code job release developer book mysql application zendframework releases security database framework PHP5 zend ajax conference PEAR package cakephp example

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework