News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Where Multiple Inheritance Will Kill You
July 17, 2009 @ 11:19:02

In this new post to his blog Brandon Savage takes a look at multiple inheritance in PHP applications - specifically where it could "kill you" if you're not careful.

This is a fantastic way to further encapsulate and abstract your code because it means you can define some base functionality and then later on extend that class to add new functionality and even override existing functionality to make the class specific. But this concept is a double-edged sword in PHP (and all other languages).

The problem lies in methods in classes that could be overriding parents and the sort of results that instance of might return in a multiple inheritance environment. He includes code snippets both illustrating the problem and showing a suggestion for how it could be avoided.

2 comments voice your opinion now!
problem instanceof inheritance multiple


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: UTF8, PHP and MySQL

DevShed: Executing Destructors Manually in PHP 5

Gonzalo Ayuso: The reason why singleton is a "problem" with PHPUnit

PHPMaster.com: Layer Supertype Pattern: Encapsulating Common Implementation in Multi-Tiered Systems

Nefarious Designs: Object-Oriented PHP Part 2: Relationships


Community Events











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


language series zendframework2 release unittest functional example api framework interview code development composer opinion testing introduction phpunit podcast application community

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