News Feed
Jobs Feed
Sections

Recent Jobs

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




Similar Posts

DevShed: The Basics of Implementing Adapter Objects with PHP

Symfony Blog: Batches are dead, long life to tasks!

DevShed: Working with Multiple Document Nodes with the DOM XML Extension in PHP 5

PHPro.org: PHP Security

Ivo Jansch's Blog: Mixins in PHP


Community Events







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


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

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