News Feed
Jobs Feed
Sections




News Archive
Maarten Balliauw's Blog:
Generic arrays in PHP
October 25, 2007 @ 08:50:00

On his blog, Maarten Balliauw has an interesting new post dealing with the use of generics in PHP:

Assuming everyone knows what generics are, let's get down to business right away. PHP does not support generics or something similar, though it could be very useful in PHP development. Luckily, using some standard OO-practises, a semi-generic array can easily be created, even in multiple ways! Here's the road to PHP generics.

He shows the two ways to make generics possible - the hard way (simple inheritance and type hinting) and the more flexible way (a GenericArrayObject that extends the normal ArrayObject to make appending and validating the contents of the array simple).

1 comment voice your opinion now!
generic array arrayobject extend filter validation generic array arrayobject extend filter validation


blog comments powered by Disqus

Similar Posts

DevShed: Introducing the Memento Pattern

Blue Parabola Blog: The SPL Deserves Some Reiteration

Matthew Weir O'Phinney's Blog: Overloading arrays in PHP 5.2.0

Ajax Developer\'s Jorunal: Zend Announces Update Of Zend Core For Oracle

Ilia Alshanetsky's Blog: Performance Analysis of isset() vs array_key_exists()


Community Events











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


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

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