News Feed
Jobs Feed
Sections




News Archive
Developer Tutorials Blog:
Iterating PHP objects, and readable code too!
May 06, 2008 @ 14:34:58

The Developer Tutorials blog has a recent post that talks about manipulating objects in PHP with the help of the iterators that the Standard PHP Library has to offer.

It's a generally accepted fact that more readable code is more maintainable and easier for other developers to pick up. [...] Today I'm going to take a look at object iteration, most commonly found in the Standard PHP Library, and explore using the Iterator interface to simplify looping.

The main part of the tutorial shows how to implement the Iterator interface of the SPL to create your own custom methods, theirs being a Database version with methodsfor rewinding, reading and getting the current record you're working with.

0 comments voice your opinion now!
spl iterator tutorial database implement


blog comments powered by Disqus

Similar Posts

Alex Simonenko's Blog: Installing PHP 5.3.6 on OS X Lion

DevShed: Working with Multiple Document Nodes with the DOM XML Extension in PHP 5

DevX.com: Base Concepts of Internationalization in PHP

Solar Blog: Solar CLI - Getting Started

Dave Marshall's Blog: Zend Framework and the Twitter API


Community Events











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


series phpunit release testing podcast code framework opinion community example development unittest introduction object language zendframework2 interview functional application tool

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