<?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: Implementing row level access control in CakePHP</title>
	<atom:link href="http://aidanlister.com/2009/05/implementing-row-level-access-control-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://aidanlister.com/2009/05/implementing-row-level-access-control-in-cakephp/</link>
	<description>Code is poetry</description>
	<lastBuildDate>Wed, 28 Jul 2010 23:10:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: STEFi</title>
		<link>http://aidanlister.com/2009/05/implementing-row-level-access-control-in-cakephp/comment-page-1/#comment-1297</link>
		<dc:creator>STEFi</dc:creator>
		<pubDate>Sun, 22 Nov 2009 22:19:39 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=327#comment-1297</guid>
		<description>I&#039;ve read several articles about Cake ACL and this is really first complete solution. Thanks, very useful.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve read several articles about Cake ACL and this is really first complete solution. Thanks, very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nash</title>
		<link>http://aidanlister.com/2009/05/implementing-row-level-access-control-in-cakephp/comment-page-1/#comment-1042</link>
		<dc:creator>Nash</dc:creator>
		<pubDate>Sat, 18 Jul 2009 11:10:13 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=327#comment-1042</guid>
		<description>Nice post and blog! Greets.</description>
		<content:encoded><![CDATA[<p>Nice post and blog! Greets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Rowland</title>
		<link>http://aidanlister.com/2009/05/implementing-row-level-access-control-in-cakephp/comment-page-1/#comment-605</link>
		<dc:creator>Travis Rowland</dc:creator>
		<pubDate>Thu, 07 May 2009 05:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=327#comment-605</guid>
		<description>And you forgot this in beforeFilter: parent::beforeFilter();</description>
		<content:encoded><![CDATA[<p>And you forgot this in beforeFilter: parent::beforeFilter();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis Rowland</title>
		<link>http://aidanlister.com/2009/05/implementing-row-level-access-control-in-cakephp/comment-page-1/#comment-604</link>
		<dc:creator>Travis Rowland</dc:creator>
		<pubDate>Thu, 07 May 2009 05:07:37 +0000</pubDate>
		<guid isPermaLink="false">http://aidanlister.com/?p=327#comment-604</guid>
		<description>You kinda forgot this at the top:

App::import(&#039;Component&#039;, &#039;Acl&#039;);
App::import(&#039;Model&#039;, &#039;DbAcl&#039;);

class AcltoolShell extends Shell
{
    /**
     * Build a complete ACO tree for two linked models
     *
     * Usage: $ cake acltool aco_models
     */
	var $Acl;
	function startup() {
		$this-&gt;Acl =&amp; new AclComponent();
		$controller = null;
		$this-&gt;Acl-&gt;startup($controller);
		$this-&gt;Aco =&amp; $this-&gt;Acl-&gt;Aco;
	}</description>
		<content:encoded><![CDATA[<p>You kinda forgot this at the top:</p>
<p>App::import(&#8216;Component&#8217;, &#8216;Acl&#8217;);<br />
App::import(&#8216;Model&#8217;, &#8216;DbAcl&#8217;);</p>
<p>class AcltoolShell extends Shell<br />
{<br />
    /**<br />
     * Build a complete ACO tree for two linked models<br />
     *<br />
     * Usage: $ cake acltool aco_models<br />
     */<br />
	var $Acl;<br />
	function startup() {<br />
		$this-&gt;Acl =&amp; new AclComponent();<br />
		$controller = null;<br />
		$this-&gt;Acl-&gt;startup($controller);<br />
		$this-&gt;Aco =&amp; $this-&gt;Acl-&gt;Aco;<br />
	}</p>
]]></content:encoded>
	</item>
</channel>
</rss>
