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

Maggie Nelson's Blog: How to (and how not to) pass an array from PHP to the database

Jemjabella.co.uk: Spotting Insecure Scripts

Zend Developer Zone: Security Tips #10, #11, and #12

The Bakery: Five More Articles/Tutorials Posted

Freek Lijten's Blog: Currently on PHP's internals...


Community Events











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


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

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