<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: PHP: Recursive Functions</title>
	<atom:link href="http://www.ultramegatech.com/2010/02/php-recursive-functions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ultramegatech.com/2010/02/php-recursive-functions/</link>
	<description>Web development blog</description>
	<lastBuildDate>Wed, 11 Apr 2012 03:57:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/2010/02/php-recursive-functions/comment-page-1/#comment-1959</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Wed, 28 Mar 2012 23:23:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=820#comment-1959</guid>
		<description>Your way is better. It makes the function way more portable.</description>
		<content:encoded><![CDATA[<p>Your way is better. It makes the function way more portable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivicajimi</title>
		<link>http://www.ultramegatech.com/2010/02/php-recursive-functions/comment-page-1/#comment-1958</link>
		<dc:creator>ivicajimi</dc:creator>
		<pubDate>Wed, 28 Mar 2012 22:58:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=820#comment-1958</guid>
		<description>Thank you, thank you, thank you! I&#039;ve just started learning php and this helped me a lot. I just changed few lines in your function, instead of using global $cats, I added one more argument to breadcrumb function - $catArray, since I get this array once in page and use it a lot for other stuff. Is it better to use method I used (with breadcumbs($id,$catArray) ) or the one You use (with global)?</description>
		<content:encoded><![CDATA[<p>Thank you, thank you, thank you! I&#8217;ve just started learning php and this helped me a lot. I just changed few lines in your function, instead of using global $cats, I added one more argument to breadcrumb function &#8211; $catArray, since I get this array once in page and use it a lot for other stuff. Is it better to use method I used (with breadcumbs($id,$catArray) ) or the one You use (with global)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve</title>
		<link>http://www.ultramegatech.com/2010/02/php-recursive-functions/comment-page-1/#comment-1135</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 12 Feb 2010 02:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=820#comment-1135</guid>
		<description>I was just reminded of this feature while learning C++ recently.</description>
		<content:encoded><![CDATA[<p>I was just reminded of this feature while learning C++ recently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mitchell McKenna</title>
		<link>http://www.ultramegatech.com/2010/02/php-recursive-functions/comment-page-1/#comment-1134</link>
		<dc:creator>Mitchell McKenna</dc:creator>
		<pubDate>Thu, 11 Feb 2010 21:39:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.ultramegatech.com/blog/?p=820#comment-1134</guid>
		<description>aww recursion, something so useful and powerful, but also so frustrating to track back through! What inspired this article?</description>
		<content:encoded><![CDATA[<p>aww recursion, something so useful and powerful, but also so frustrating to track back through! What inspired this article?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

