News Feed
Jobs Feed
Sections




News Archive
Jeremy Cook's Blog:
Implementing IteratorAggregate and Iterator
May 14, 2012 @ 13:04:58

In a recent post to his blog Jeremy Cook has gotten back into looking at some of the SPL functionality that comes with PHP. In this new post he looks specifically at the IteratorAggregate and Iterator object types.

After a bit of a break I'm finally able to get back to writing about the predefined interfaces in PHP. PHP provides two interfaces that allow you to define how your objects behave in a foreach loop: IteratorAggregate and Iterator. Before taking a look at IteratorAggregate I'll briefly discuss how we can iterate over objects in PHP 'natively' and what it means to be Traversable.

He introduces the concepts being being "iteratable" and "traversable". He then shows how to implement the IteratorAggregate (only one method required, "getIterator") and Iterator ("next", "valid", "current" and "key" methods required) in classes of your own.

You can find out more about these two object types (including more sample usage) on their manual pages: IteratorAggregate & Iterator.

0 comments voice your opinion now!
iteratoraggregate iterator tutorial iterate traversable


blog comments powered by Disqus

Similar Posts

Paperbagcoder: MVC and PHP

Zend Developer Zone: The Standard PHP Library (SPL)

Bnnx.com: Installing the Zend Optimizer

SitePoint PHP Blog: Introducing php-tracer-weaver

TechChorus Blog: Create RESTful Applications Using The Zend Framework - Part II: Using HTTP Response


Community Events











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


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

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