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

RubySource.com: PHP to Ruby: Modules, Mixins and Ducks

Matthew Weier O'Phinney's Blog: Code Generation with Zend\CodeGenerator

PHPBuilder.com: Using XML - Part 6: Validation

PHPRiot.com: Singleton Classes in PHP

PHPBuilder.com: Implementing User Authentication and Session Management with PHP


Community Events









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


podcast conference framework interview composer introduction functional code tool language opinion example api object zendframework2 release testing development event community

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