News Feed
Jobs Feed
Sections




News Archive
Sean Coates' Blog:
A Case of Mistaken Iterator
July 29, 2010 @ 12:48:51

In a new post to his blog today Sean Coates talks about some of his work with Iterators in PHP and how, despite a bad example in the manual, he solved his issue (and updated the PHP manual too).

In the back end, we have models that connect to CouchDB. These models implement the Iterator pattern to allow easy traversal of a record's keys. [...] Little did I realize that this implementation is very broken. [...] Over the past few years, I've implemented many iterators in this way, using PHP's implicit array manipulation functions (reset(), current(), key(), next()).
He points out some issues with how PHP handles array index tracking and how, in the previous PHP manual example, it incorrectly checked for "false" against the current array value. His updated version doesn't have this issue. You can see it here.

0 comments voice your opinion now!
iterator mistake manual update


blog comments powered by Disqus

Similar Posts

John Mertic's Blog: PHP Windows Installer updated for PHP 5.2.0RC2 and more

Christopher Jones' Blog: Bigger, better, faster

Brian Moon's Blog: Phorum 5.2.0-alpha released

Christopher Jones' Blog: OCI8 1.2.3 Patch is Available on PECL

Secunia.com: rPath Update for Multiple php Packages


Community Events











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


application podcast series composer framework interview community opinion phpunit introduction database zendframework2 code development testing functional language api release example

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