News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
Sophisticated Object Iterators in PHP
May 05, 2011 @ 12:54:59

Following up on their earlier simple object iterators post, the SitePoint PHP blog is back with a look at more sophisticated iterators you can use to work with database record objects.

In my previous post, Simple Object Iterators in PHP, we discovered how to iterate over array items defined within an object using a foreach loop. However, what if you need to iterate over items which are not stored in an array, e.g. records from a database or lines of text read from a file?

He shows how to create a script that pulls in the users from a database object (PDO, in this case) and implements the Countable and Iterator interfaces. These interfaces give it some special methods that can give counts of the results and help you iterate through the results - current, rewind, next and valid.

0 comments voice your opinion now!
object iterator spl database result pdo countable implement


blog comments powered by Disqus

Similar Posts

Havard Eide's Blog: SplObjectStorage

Guilherme Blanco's Blog: register_superglobal("¯name"¯);

Chris Jones: How (and when) to move users to mysqli and PDO_MYSQL?

Alex Netkachov's Blog: PHP fluent API tips

Ken Guest's Blog: Book Review: Object-Oriented Programming with PHP5


Community Events









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


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

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