News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
CodeUtopia Blog:
Generic collections in PHP
September 19, 2008 @ 12:06:53

On the CodeUtopia blog Jani Hartikainen has posted some thoughts on generic collections in PHP and a class he's created to try to introduce them to the language.

Strictly typed languages usually use "generic" collection classes instead of arrays. They are kind of like PHP arrays which the programmer can tell which type of items to accept. This is of course only natural when you don't have dynamic typing, but it can also be useful for avoiding programming errors, so I thought I'd try making a basic generic collection class in PHP...

He shows how ti works with a simple code example - creating a new collection type (a string) and pushing the data into it. Calling the add() method on the string throws an exception because of the data type defined. You can grab the code from his svn repository.

4 comments voice your opinion now!
generic collection class download svn example string







Similar Posts

Sara Golemon's Blog: PHP4 turns 7 years old today

PHPBuilder.com: Caching Web Page Output for Server Optimization

Kore Nordmann's Blog: PHPillow - a PHP CouchDB wrapper - Update

DevShed: Building a Data Validation System with the Prototype Pattern with PHP 5

Alexey Zakhlestin's Blog: PHP+SCGI part 2: problem with eZComponents


Community Events







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


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

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