News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Matthew Weier O'Phinney: ZF2 Modules Quickstart (Screencast)

PhPL33t Blog: How to Automated Plesk Email Creation

DevShed: Defining Public and Protected Methods with Member Visibility in PHP 5

DotVoid.com: Problem with downloading files with Internet Explorer over HTTPS

Nefarious Designs Blog: Vagrant Virtualised Dev Environments


Community Events











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


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

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