<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tinsology &#187; iterator</title>
	<atom:link href="http://tinsology.net/tag/iterator/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinsology.net</link>
	<description>Read Me</description>
	<lastBuildDate>Thu, 20 May 2010 02:41:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>PHP Iterators</title>
		<link>http://tinsology.net/2009/12/php-iterators/</link>
		<comments>http://tinsology.net/2009/12/php-iterators/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 22:09:51 +0000</pubDate>
		<dc:creator>Tinsley</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[iterator]]></category>

		<guid isPermaLink="false">http://tinsology.net/?p=885</guid>
		<description><![CDATA[If you've spent any significant amount of time coding in PHP you're most likely familiar with PHP's foreach loop syntax. In simple terms, a foreach loop is an easy way to iterate over the elements of an array. Chances are if you're reading this you already know that. What you may not know, however, is that it is possible to iterate objects with a foreach loop. Assuming you have some collection class (an object that stores some number of elements in an organized manner) you can iterate over its elements just like you can the elements of an array <a href="http://tinsology.net/2009/12/php-iterators/">Read More</a>

Related posts:<ol><li><a href='http://tinsology.net/2009/05/strings-are-arrays/' rel='bookmark' title='Permanent Link: Strings Are Arrays'>Strings Are Arrays</a></li>
<li><a href='http://tinsology.net/2010/04/php-polymorphism/' rel='bookmark' title='Permanent Link: PHP Overloading'>PHP Overloading</a></li>
</ol>]]></description>
		<wfw:commentRss>http://tinsology.net/2009/12/php-iterators/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
