News Feed
Jobs Feed
Sections




News Archive
Johannes Schluter's Blog:
MySQLi Resultset Iterator
June 22, 2009 @ 11:12:11

Johannes Schluter has posted a look at a handy little script that shows an interface between the returned MySQLi results and an SPL iterator.

When using MySQLi's multi_query to send queries which return multiple result sets you have to use a rather unintuitive API which can certainly be improved. Recently I sat down and cooked up a small improvement for that, being an iterator fan I, of course, had to use an iterator for that and implemented the following class.

The class extends the standard Iterator and provides the interfaces to work through the results of the query in your choice of Iterator-supporting looping structure. Example code for the class and its usage are both included.

0 comments voice your opinion now!
iterator result mysqli


blog comments powered by Disqus

Similar Posts

Nick Halstead's Blog: PHP Competition Results - Third Place (Karol Grecki)

DevShed: Working with MySQL Result Sets and the Decorator Pattern in PHP

TotalPHP.com: Creating a text or csv file of information from your database

Fabien Potencier's Blog: PHP Iterators and Streams are awesome

Matthew Weier O'Phinney's Blog: Applying FilterIterator to Directory Iteration


Community Events











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


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

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