News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Class Inheritance with PHP
February 18, 2008 @ 07:58:00

On PHPBuilder.com today, there's a new tutorial that takes a beginning look at PHP5's class inheritance model.

There are many benefits of inheritance with PHP, the most common is simplifying and reducing instances of redundant code. Class inheritance may sound complicated, but think of it this way. Consider a tree. A tree is made up of many parts, such as the roots that reside in the ground, the trunk, bark, branches, leaves, etc. Essentially inheritance is a connection between a child and its parent.

They choose to go with a "car" illustration instead and show how a child of the Product class (Car) can access the private properties of the parent. They also include an example of it in action with a bit of HTML output.

0 comments voice your opinion now!
inheritance class php5 object private protected public tutorial


blog comments powered by Disqus

Similar Posts

Giorgio Sironi's Blog: Stop writing foreach() cycles

DevShed: PHP 5 Helpers: Calling Methods Out of Object Scope

Markus Wolff's Blog: Extending Zend_Controller_Action

PHPImpact Blog: Running PHP with Quercus in Jetty Web Server

DevShed: PHP Functions


Community Events











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


opinion language community development functional series testing introduction usergroup zendframework2 release symfony symfony2 conference database framework podcast phpunit rest interview

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