<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Using AclBehavior in CakePHP 1.2</title>
	<atom:link href="http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/feed/" rel="self" type="application/rss+xml" />
	<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/</link>
	<description>My forays into the Kitchen</description>
	<lastBuildDate>Wed, 04 Nov 2009 22:02:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: links for 2008-09-02 &#171; test</title>
		<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-2027</link>
		<dc:creator>links for 2008-09-02 &#171; test</dc:creator>
		<pubDate>Wed, 03 Sep 2008 03:32:23 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-2027</guid>
		<description>[...] Using AclBehavior in CakePHP 1.2 « Another Cake Baker acl behavior (tags: acl cakephp) [...]</description>
		<content:encoded><![CDATA[<p>[...] Using AclBehavior in CakePHP 1.2 « Another Cake Baker acl behavior (tags: acl cakephp) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stinkbug.net &#187; Blog Archive &#187; Migrating from CakePHP 1.1 to 1.2</title>
		<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-2014</link>
		<dc:creator>Stinkbug.net &#187; Blog Archive &#187; Migrating from CakePHP 1.1 to 1.2</dc:creator>
		<pubDate>Mon, 04 Aug 2008 19:12:01 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-2014</guid>
		<description>[...] get that ID if I don&#8217;t know what it is?  There is a new method that can be used and you can read about it here.  However, I didn&#8217;t like that idea because it wouldn&#8217;t update the information if I [...]</description>
		<content:encoded><![CDATA[<p>[...] get that ID if I don&#8217;t know what it is?  There is a new method that can be used and you can read about it here.  However, I didn&#8217;t like that idea because it wouldn&#8217;t update the information if I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bravo_Kernel</title>
		<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-1925</link>
		<dc:creator>Bravo_Kernel</dc:creator>
		<pubDate>Wed, 05 Mar 2008 08:36:44 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-1925</guid>
		<description>Great article, just would like to note that the &quot;cake acl initdb&quot; command is now deprecated. People using cake 1.2 should use the following command instead:

cake schema run create DbAcl</description>
		<content:encoded><![CDATA[<p>Great article, just would like to note that the &#8220;cake acl initdb&#8221; command is now deprecated. People using cake 1.2 should use the following command instead:</p>
<p>cake schema run create DbAcl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CakePHP Tutorials :: PseudoCoder.com</title>
		<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-1914</link>
		<dc:creator>CakePHP Tutorials :: PseudoCoder.com</dc:creator>
		<pubDate>Sun, 17 Feb 2008 05:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-1914</guid>
		<description>[...] - Using AclBehavior in CakePHP 1.2 lemoncake.wordpress.com - Using AuthComponent and ACL in CakePHP 1.2 bakery.cakephp.org - How to [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Using AclBehavior in CakePHP 1.2 lemoncake.wordpress.com &#8211; Using AuthComponent and ACL in CakePHP 1.2 bakery.cakephp.org &#8211; How to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luizz</title>
		<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-1880</link>
		<dc:creator>Luizz</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:44:46 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-1880</guid>
		<description>With Beta version your parentNode() function seems doesn&#039;t work. It set Aros.parent_id = null.
So I need write this parentNode() function

&lt;code&gt;	function parentNode(){
		if(!$this-&gt;data[&#039;Group&#039;][&#039;parent_id&#039;])
			return null;
		else
		  return array(&#039;model&#039;=&gt;&#039;Group&#039;,&#039;foreign_key&#039;=&gt;$this-&gt;data[&#039;Group&#039;][&#039;parent_id&#039;]);
	}&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>With Beta version your parentNode() function seems doesn&#8217;t work. It set Aros.parent_id = null.<br />
So I need write this parentNode() function</p>
<p><code>	function parentNode(){<br />
		if(!$this-&gt;data['Group']['parent_id'])<br />
			return null;<br />
		else<br />
		  return array('model'=&gt;'Group','foreign_key'=&gt;$this-&gt;data['Group']['parent_id']);<br />
	}</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACL with Groups &#171; Another Cake Baker</title>
		<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-65</link>
		<dc:creator>ACL with Groups &#171; Another Cake Baker</dc:creator>
		<pubDate>Thu, 19 Jul 2007 12:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-65</guid>
		<description>[...] with&#160;Groups  19 07 2007   In a previous article I explained how to use the AclBehavior to create models that can be used for [...]</description>
		<content:encoded><![CDATA[<p>[...] with&nbsp;Groups  19 07 2007   In a previous article I explained how to use the AclBehavior to create models that can be used for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Using AuthComponent and ACL in CakePHP 1.2 &#171; Another Cake Baker</title>
		<link>http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-60</link>
		<dc:creator>Using AuthComponent and ACL in CakePHP 1.2 &#171; Another Cake Baker</dc:creator>
		<pubDate>Thu, 19 Jul 2007 07:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://lemoncake.wordpress.com/2007/07/15/using-aclbehavior-in-cakephp-12/#comment-60</guid>
		<description>[...] AuthComponent and ACL in CakePHP&#160;1.2  19 07 2007   So I&#8217;ve shown you how to create a User Model that can be used for ACL, but what is [...]</description>
		<content:encoded><![CDATA[<p>[...] AuthComponent and ACL in CakePHP&nbsp;1.2  19 07 2007   So I&#8217;ve shown you how to create a User Model that can be used for ACL, but what is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
