News Feed
Jobs Feed
Sections




News Archive
DevShed:
Iterators in the Simplest Sense - Traversing Different Data Structures
March 15, 2006 @ 12:50:40

DevShed has posted the second part in their "Iterators in the Simplest Sense" series - this time focusing on traversing different data structures.

Welcome to the second tutorial of the series "Iterators in the simplest sense." Just in case you didn't know, this series introduces Iterators in PHP 4 - PHP 5, explaining their basic concepts, and teaches you how to use them in practical projects, which can be utilized as part of larger PHP applications.

By the end of this tutorial, I hope you'll have an accurate idea of how to use a generic Iterator structure. I will show how it is useful for traversing different data structures by providing specific implementations for each of the abstract methods defined within the base Iterator class.

They look first at extending the code that they had before by making an interator to work with a MySQL connection. They discuss how it will all work prior to coding (plan first, code later) before moving into the actual coding process and creating the class. The iterator, once extended, provides an interface between you and the normal MySQL functions, making it easier to handle the results from your queries (with things like "countAffectedRows" and "seekRow").

0 comments voice your opinion now!
iterators data structures files mysql iterators data structures files mysql


blog comments powered by Disqus

Similar Posts

Jacob Santos' Blog: Why SDO Doesn't Take Off

Martin Psinas' Blog: Switching to PDO

PHPMaster.com: Using SPL Iterators, Part 1

Evolt.org: Failover Database Connection with PHP + mySQL

O\'Reilly: Designing a database-driven PHP App? Don\'t Forget the Data!!


Community Events









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


tool code conference object composer framework api language functional zendframework2 podcast community testing development event opinion introduction release interview example

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