<?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>Jeff Linse &#187; model</title>
	<atom:link href="http://jefflinse.com/tag/model/feed/" rel="self" type="application/rss+xml" />
	<link>http://jefflinse.com</link>
	<description></description>
	<lastBuildDate>Fri, 12 Nov 2010 01:10:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Creating a Tree Structure within a CakePHP Model</title>
		<link>http://jefflinse.com/2008/creating-a-tree-structure-within-a-cakephp-model/</link>
		<comments>http://jefflinse.com/2008/creating-a-tree-structure-within-a-cakephp-model/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 02:50:45 +0000</pubDate>
		<dc:creator>Jeff</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[association]]></category>
		<category><![CDATA[cake]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[tree]]></category>

		<guid isPermaLink="false">http://jefflinse.com/?p=24</guid>
		<description><![CDATA[My assumption going into this was that creating a tree-like relationship within one of my models would be fairly straightforward with Cake&#8217;s model relationships.  As it turns out, I was absolutely correct. Let&#8217;s say we want to create a model called &#8220;Category&#8221;, and each category can belong to a parent category.  In other words, we [...]]]></description>
		<wfw:commentRss>http://jefflinse.com/2008/creating-a-tree-structure-within-a-cakephp-model/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

