News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Trait-like Functionality for PHP
April 07, 2010 @ 10:05:52

In a new tutorial posted on the Zend Developer Zone today Steve Hollis looks at something several PHP developers have said they want to seen in the language - traits - and how, until then, you can use traits now (well, sort of).

So why do we need traits, anyway? PHP is a single inheritance language, meaning that each class can only extend one other. This allows us to build logical class hierarchies which extend functionality in a "vertical" way. [...] What we need is a means of re-using code other than simple inheritance. That's where traits come in. Traits are classes containing a collection of methods, usually relating to a particular behaviour.

He shares a way that you can mimic some of the functionality that traits would give you (full code is available here) with an abstract trait class, reflection and a "superclass" that's extended to pass off the requests to the correct child object.

0 comments voice your opinion now!
trait functionality tutorial mimic


blog comments powered by Disqus

Similar Posts

PHPBuilder.com: Search Google Books with the Zend Framework's Zend_Gdata Component

PHPBuilder.com.au: Executing queries with phpMyAdmin

NETTUTS.com: Everything You Need to Get Started With CodeIgniter

Zumba Engineering Blog: Mocking Singleton PHP classes with PHPUnit

Fawad Hassan's Blog: Load More Using KnockoutJS, PHP/CodeIgniter (Part 1)


Community Events











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


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

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