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

PHPBuilder.com: Introducing the Yii PHP Framework

PHPBuilder.com: Harness the Scripting Power of PHP and cURL to Update Facebook

PHPMaster.com: Working with Dates and Times in PHP and MySQL

DevShed: PHP, MySQL and the PEAR Database

SitePoint.com: 14 Ways to Be the World’s Worst Web Project Manager


Community Events











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


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

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