News Feed
Jobs Feed
Sections




Recent Jobs

News Archive
Adam Gotterer's Blog:
Building an Object Collection Manager with the Standard PHP Library (SPL)
November 02, 2009 @ 09:17:14

Adam Gotterer has written up a tutorial with his process behind creating an object collection manager with PHP's built-in SPL functionality.

The purpose of a collection is to store objects in an organized manner with specific access rules. We are going to build a collection class using the Standard PHP Library (SPL). Our final product will be capable of iterating, counting and access to objects via array. If you are not familiar with SPL you can find some additional information on the PHP SPL manual site. Unfortunately the manual is somewhat lacking.

He creates an object that implements the ArrayAccess, Countable and Iterator objects to create a "Collection" class to hold his multiple objects inside an"objects" array. He includes some code to test the class and the output as a result.

0 comments voice your opinion now!
object collection manager spl tutorial



Similar Posts

Jeff Moore's Blog: Dependency Injection in PHP

Zend Developer Zone: AJAX Chat Tutorial Part 7 : Usability Improvements

NETTUTS.com: Sanitize and Validate Data with PHP Filters

php|architect: Introduction to PHPUnit

DevShed: Working with Prepared Queries with PDO Objects in PHP 5


Community Events









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


example mysql callforpapers application review tip book pear extension conference windows framework package development opinion webservice zendframework codeigniter plugin symfony

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