News Feed
Jobs Feed
Sections

Recent Jobs

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




Similar Posts

PHPClasses.org: PHP Image Nudity Filter

Pádraic Brady's Blog: One insecure PHP app too many?

ThinkPHP Blog: SQL injections for dummies - and how to fix them

Pádraic Brady's Blog: One insecure PHP app too many?

Michael Girouard's Blog: FIEO with PHP 5 Interceptors


Community Events







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


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

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