<?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: Unlimited Subcategory with Adjacency List Model</title>
	<atom:link href="http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 10:28:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Victor</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-1101</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Sun, 15 May 2011 07:05:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-1101</guid>
		<description>hello,
how to get the code for the category?</description>
		<content:encoded><![CDATA[<p>hello,<br />
how to get the code for the category?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomi</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-909</link>
		<dc:creator>nomi</dc:creator>
		<pubDate>Thu, 19 Aug 2010 03:16:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-909</guid>
		<description>Array ( [0] =&gt; _Computer [1] =&gt; __Laptop [2] =&gt; ___Asus [3] =&gt; _Phones ) 


its showing me this output either i have changed different value.its giving me same output on different value.

$get_array_categories = $example -&gt;get_cat(0);


i m changing value 0 to 1 but same out put.plz resolve it</description>
		<content:encoded><![CDATA[<p>Array ( [0] =&gt; _Computer [1] =&gt; __Laptop [2] =&gt; ___Asus [3] =&gt; _Phones ) </p>
<p>its showing me this output either i have changed different value.its giving me same output on different value.</p>
<p>$get_array_categories = $example -&gt;get_cat(0);</p>
<p>i m changing value 0 to 1 but same out put.plz resolve it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomislav</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-791</link>
		<dc:creator>Tomislav</dc:creator>
		<pubDate>Fri, 28 May 2010 18:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-791</guid>
		<description>Intead _ I was used &gt;</description>
		<content:encoded><![CDATA[<p>Intead _ I was used &gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomislav</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-790</link>
		<dc:creator>Tomislav</dc:creator>
		<pubDate>Fri, 28 May 2010 17:59:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-790</guid>
		<description>I was just added this:

$prethodni=0;
foreach($get_array_categories as $keyK =&gt; $valueK)
{
	#echo $get_array_categories[$keyK].&quot;&quot;;	
	
	$ovaj=substr_count($get_array_categories[$keyK], &#039;&gt;&#039;);
	
	if($prethodni&lt;$ovaj){
		echo &quot;&quot;;
		echo &quot;$ovaj&quot;;
		
	}elseif($prethodni==$ovaj){
		echo &quot;$ovaj&quot;;
	}elseif($prethodni&gt;$ovaj){
		echo str_repeat(&#039;&#039;, $prethodni-$ovaj);
		echo &quot;$ovaj&quot;;
		
	}
		
	$prethodni=$ovaj;
	
}</description>
		<content:encoded><![CDATA[<p>I was just added this:</p>
<p>$prethodni=0;<br />
foreach($get_array_categories as $keyK =&gt; $valueK)<br />
{<br />
	#echo $get_array_categories[$keyK].&#8221;";	</p>
<p>	$ovaj=substr_count($get_array_categories[$keyK], &#8216;&gt;&#8217;);</p>
<p>	if($prethodni&lt;$ovaj){<br />
		echo &quot;&#8221;;<br />
		echo &#8220;$ovaj&#8221;;</p>
<p>	}elseif($prethodni==$ovaj){<br />
		echo &#8220;$ovaj&#8221;;<br />
	}elseif($prethodni&gt;$ovaj){<br />
		echo str_repeat(&#8221;, $prethodni-$ovaj);<br />
		echo &#8220;$ovaj&#8221;;</p>
<p>	}</p>
<p>	$prethodni=$ovaj;</p>
<p>}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yong Su</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-656</link>
		<dc:creator>Yong Su</dc:creator>
		<pubDate>Fri, 05 Mar 2010 12:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-656</guid>
		<description>Thank you, it works perfect!!</description>
		<content:encoded><![CDATA[<p>Thank you, it works perfect!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chusa</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-628</link>
		<dc:creator>Chusa</dc:creator>
		<pubDate>Sun, 27 Dec 2009 23:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-628</guid>
		<description>Perfect!! Thank you</description>
		<content:encoded><![CDATA[<p>Perfect!! Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-596</link>
		<dc:creator>Trent</dc:creator>
		<pubDate>Wed, 26 Aug 2009 20:29:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-596</guid>
		<description>Okay, the character mapping is still screwed up.  On line 4 set $x to an empty string (two single quotes will do).</description>
		<content:encoded><![CDATA[<p>Okay, the character mapping is still screwed up.  On line 4 set $x to an empty string (two single quotes will do).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Trent</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-595</link>
		<dc:creator>Trent</dc:creator>
		<pubDate>Wed, 26 Aug 2009 20:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-595</guid>
		<description>I case anybody wants this to actually work, here&#039;s how to fix it...

On line 4 change ” to &#039;&#039;

On line 22 change whole line to: unset($arr[(count($arr)-1)]);

On line 23 add a semicolon after $arr

On line 2 of how to use it, fix the spelling of word example.</description>
		<content:encoded><![CDATA[<p>I case anybody wants this to actually work, here&#8217;s how to fix it&#8230;</p>
<p>On line 4 change ” to &#8221;</p>
<p>On line 22 change whole line to: unset($arr[(count($arr)-1)]);</p>
<p>On line 23 add a semicolon after $arr</p>
<p>On line 2 of how to use it, fix the spelling of word example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onur</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-19</link>
		<dc:creator>Onur</dc:creator>
		<pubDate>Tue, 24 Feb 2009 14:58:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-19</guid>
		<description>it is working</description>
		<content:encoded><![CDATA[<p>it is working</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.alonon.net/unlimited-subcategory-with-adjacency-list-model/comment-page-1/#comment-15</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Fri, 20 Feb 2009 21:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.alonon.net/?p=41#comment-15</guid>
		<description>next time you post a code example make sure it WORKS!</description>
		<content:encoded><![CDATA[<p>next time you post a code example make sure it WORKS!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

