News Feed
Jobs Feed
Sections




News Archive
WebReference.com:
Class Inheritance with PHP
September 12, 2007 @ 09:38:00

WebReference.com has a new tutorial posted today (from Kris Hadlock) concerning the class inheritance functionlaity that's a part of the object oriented structure in PHP:

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. [...] This article assumes a basic understanding of OOP with PHP.

They show how to create the parent object as a base and how to inherit it into a child class - using the extend keyword in the class definition. They give an example of their sample code in action so you can see how the inheritance is handled.

1 comment voice your opinion now!
class object oriented inheritance parent extends tutorial class object oriented inheritance parent extends tutorial


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Using your own View object with Zend_Application

DevShed: Using PDO Objects in PHP 5 - Using the PDO extension

Tony Bibbs' Blog: HOWTO: Deploy Your Application Using PEAR

PurpleRockScissors.com: Avoiding Cache Stampedes with Pseudo-Locks

LotsOfCode.com: Tag Cloud Tutorial


Community Events











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


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

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