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

PHPBuilder.com: Using the Factory Pattern in PHP Applications

DevShed: Setting up the Foundation for an Extensible Website Engine with PHP 5

DevShed: Error Handling for Dynamic Twitter Signature Images with PHP

Pádraic Brady's Blog: RESTful Web Services with Zend Framework

Avnet Labs Blog: TDD with Zend Framework


Community Events









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


language tool testing composer opinion release podcast zendframework2 interview example phpunit development object community introduction database unittest framework api code

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