<?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>Symbiotica Web Development &#187; Code</title>
	<atom:link href="http://blog.symbiotica.co.uk/category/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.symbiotica.co.uk</link>
	<description>Bespoke Web Development, Content Manangement Systems and E-Commerce</description>
	<lastBuildDate>Sat, 17 Jul 2010 23:11:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CakePHP MenuHelper</title>
		<link>http://blog.symbiotica.co.uk/2009/09/cakephp-menuhelper/</link>
		<comments>http://blog.symbiotica.co.uk/2009/09/cakephp-menuhelper/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 08:38:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[CakePHP]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.symbiotica.co.uk/?p=28</guid>
		<description><![CDATA[Over at www.flipflops.org we&#8217;ve just released the code we use to manage menus and sitemaps in our CMS system, built on-top of the CakePHP application development framework.
The Helper is designed to work with data arrays produced from either any $model-&#62;find(&#8217;threaded&#8217;) or from the &#8216;Tree&#8217; behaviour:
It&#8217;s fairly common to want to store hierarchical data in a [...]]]></description>
			<content:encoded><![CDATA[<p>Over at <a href="http://www.flipflops.org">www.flipflops.org</a> we&#8217;ve just released the code we use to manage menus and sitemaps in our CMS system, built on-top of the <a href="http://cakephp.org/">CakePHP</a> application development framework.</p>
<p>The Helper is designed to work with data arrays produced from either any $model-&gt;find(&#8217;threaded&#8217;) or from the &#8216;Tree&#8217; behaviour:</p>
<blockquote><p>It&#8217;s fairly common to want to store hierarchical data in a database table. Examples of such data might be categories with unlimited subcategories, data related to a multilevel menu system [...] is a powerful behaviour which allows you to use the benefits of <a href="http://dev.mysql.com/tech-resources/articles/hierarchical-data.html">MPTT logic</a></p></blockquote>
<p><small>[<a href="http://book.cakephp.org/view/91/Tree">http://book.cakephp.org/view/91/Tree</a>]</small></p>
<p>Whilst this may not be useful to a lot of people as it has been designed for use specifically within the constrains of our system, it might be useful for you.</p>
<p><strong><a href="http://www.flipflops.org/2009/09/29/cakephp-menu-helper-for-tree-data/">View CakePHP Menu Helper</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.symbiotica.co.uk/2009/09/cakephp-menuhelper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
