News Feed
Jobs Feed
Sections




News Archive
Thomas Weinart:
What Iterators Can Do For You
August 01, 2012 @ 09:55:22

Thomas Weinert has a new post to his site showing some of the things that iterators can do for you (including working with arrays and aggregation).

Basically Iterators provide a list interface for an object. Like all interfaces they are a contract how something can be used. If you use an interface it is not relevant how it is implemented - the implementation logic is encapsulated. It is of course relevant on the integration level. A bad implementation can impact the performance of you application. Even an good implementation may need special resources (like a database). But all this does not impact how you use it. Your code using the object with the Iterator interface stays the same.

He shows how to use the IteratorAggregate, ArrayIterator, FilterIterator and how to create a custom Iterator that you can extend in your own code.

0 comments voice your opinion now!
iterator tutorial array filter aggregate custom


blog comments powered by Disqus

Similar Posts

NETTUTS.com: Quick Tip: Loop Through Folders with PHP’s Glob()

Jason Gilmore's Blog: Thirteen Zend Framework Tutorials

PHPBuilder.com: Cross-Platform Database PHP Development

DevShed: Object-Oriented Programming Through Design Patterns

PHPImpact Blog: From Swift Mailer to Zend_Mail


Community Events











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


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

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