News Feed
Jobs Feed
Sections




News Archive
DevShed:
Iterators in the Simplest Sense - An Accessible Implementation in PHP 4
March 09, 2006 @ 07:12:15

DevShed has published the first in a new series that looks to explain the implementation and core concepts behind using iterators in PHP. This time, they look at creating this environment in PHP4.

Here, I'm not going to offer a full reference for what each design pattern is. You can buy a book to learn that, or even do some "googling" and find other helpful resources that probably will treat the subject much more extensively. Instead, I'll provide you with a concise explanation of what an Iterator is, in conjunction with numerous sample codes, which hopefully will help you understand much more easily how it can applied in PHP object-oriented programming.

They start off by looking at what the Iterator pattern is - the setup of a pseudo-class and an explaination of how it works. They follow this with a functional example and creating a subclass off of the generic base class.

0 comments voice your opinion now!
design pattern iterator core concepts implementation design pattern iterator core concepts implementation


blog comments powered by Disqus

Similar Posts

Raphael Stolt's Blog: Creating custom PHPUnit assertions

Dikini.net: Updated design pattern collection

Smashing Magazine: Upcoming Conferences and Events for Designers and Developers in 2011

DevShed: Introducing the Chain of Responsibility Between PHP Objects

DevShed: Introducing the Memento Pattern


Community Events











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


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

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