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

Phil Sturgeon's Blog: PHP: Ecosystem Update

PHPit.net: Back to basics - PHP & Arrays

Jan Lehnardt's Blog: CouchDb PHP Library for JSON API

Zend Developer Zone: 5.2 to 5.3 migration

Alexander Netkachev's Blog: "PHP IDE" is superseded by "PDT, PHP Development Tools"


Community Events











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


community framework application code example podcast release unittest introduction opinion object zendframework2 development phpunit functional testing interview series tool language

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