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

DevShed: The Active Record Pattern, Concluded

Brian Moon's Blog: Putting files into a database

Johannes Schluter's Blog: mysqlnd plugins and json

Zend Developer Zone: The Standard PHP Library (SPL)

Lorna Mitchell's Blog: Simple Database Patching Strategy


Community Events









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


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

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