News Feed
Sections

News Archive


Community Events






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


feed this:

PHP 10.0 Blog:
duck operator
0 comments :: posted Thursday June 05, 2008 @ 14:36:31
voice your opinion now!

In this new post to the PHP 10.0 blog today, Stas talks about duck typing, a method that lets the code decide the functionality to use rather than a direct relation to a parent.

Well, if you are into duck typing style of programming, it may be interesting for you to have an object that implements certain set of functions, but not necessary declares it at class definition. Languages like Smalltalk do it all day along, so why PHP couldn't?

His example defines an interface Cow and a class MooingGrassEater and a function, CowConsumer, that does the work. A classname is passed in and an instance of that class is checked with "implements" rather than "instanceof" to see if it uses the Cow interface. He points out a place where PHP itself uses something similar in user defined streams.

tagged with: duck operator instanceof implements class interface relation



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

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