<?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: Zend Framework Acl with example</title>
	<atom:link href="http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/</link>
	<description></description>
	<lastBuildDate>Sat, 14 Nov 2009 05:38:41 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: AgeValed</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-835</link>
		<dc:creator>AgeValed</dc:creator>
		<pubDate>Sat, 14 Nov 2009 05:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-835</guid>
		<description>how can i change the user type?¡¡</description>
		<content:encoded><![CDATA[<p>how can i change the user type?¡¡</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phpzend</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-831</link>
		<dc:creator>phpzend</dc:creator>
		<pubDate>Tue, 03 Nov 2009 07:49:57 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-831</guid>
		<description>nice site!, instead of error page, I would go to the login page, for example:

if(!$acl-&gt;isAllowed($roleName,null,$privilageName)){
	$urlOptions = array(&#039;controller&#039; =&gt; &#039;error&#039;,
	                    &#039;action&#039; =&gt; &#039;login&#039;
	                    );
	$redirector = new Zend_Controller_Action_Helper_Redirector();
	$redirector-&gt;gotoRouteAndExit($urlOptions, null, true);
}</description>
		<content:encoded><![CDATA[<p>nice site!, instead of error page, I would go to the login page, for example:</p>
<p>if(!$acl-&gt;isAllowed($roleName,null,$privilageName)){<br />
	$urlOptions = array(&#8216;controller&#8217; =&gt; &#8216;error&#8217;,<br />
	                    &#8216;action&#8217; =&gt; &#8216;login&#8217;<br />
	                    );<br />
	$redirector = new Zend_Controller_Action_Helper_Redirector();<br />
	$redirector-&gt;gotoRouteAndExit($urlOptions, null, true);<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erick Martinez</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-811</link>
		<dc:creator>Erick Martinez</dc:creator>
		<pubDate>Mon, 05 Oct 2009 22:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-811</guid>
		<description>I actually think there&#039;s no need to create an action helper since you are instantiating the helper on the bootstrap, not on the action itself, in fact all the action seems to take place on the action plugin, I mean, you could even define the acl rules just in it.

I believe the purpose of having an action helper would be to directly deal with the request, response using predispatch method in a similar way you use it on the action plugin. Though I think this would be useful only if you would like to perform this validation just over some of the actions.

Please let me know if I am missing something since I am just redefining my access control and any suggestions are accepted!</description>
		<content:encoded><![CDATA[<p>I actually think there&#8217;s no need to create an action helper since you are instantiating the helper on the bootstrap, not on the action itself, in fact all the action seems to take place on the action plugin, I mean, you could even define the acl rules just in it.</p>
<p>I believe the purpose of having an action helper would be to directly deal with the request, response using predispatch method in a similar way you use it on the action plugin. Though I think this would be useful only if you would like to perform this validation just over some of the actions.</p>
<p>Please let me know if I am missing something since I am just redefining my access control and any suggestions are accepted!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Software Developer</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-719</link>
		<dc:creator>Software Developer</dc:creator>
		<pubDate>Mon, 20 Jul 2009 16:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-719</guid>
		<description>Do you really think a Helper is the right place to manage the ACL stuff?
Sounds a bit strange to me, but i didn´t read that much about the Helper concept, i just know the view helpers.</description>
		<content:encoded><![CDATA[<p>Do you really think a Helper is the right place to manage the ACL stuff?<br />
Sounds a bit strange to me, but i didn´t read that much about the Helper concept, i just know the view helpers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php,php freelance, php developers &#187; Zend Acl - how to</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-329</link>
		<dc:creator>php,php freelance, php developers &#187; Zend Acl - how to</dc:creator>
		<pubDate>Thu, 02 Apr 2009 16:58:48 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-329</guid>
		<description>[...] of my readings from the site below  http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/  [...]</description>
		<content:encoded><![CDATA[<p>[...] of my readings from the site below  <a href="http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/" rel="nofollow">http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/</a>  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ACL in MVC? - Zend Framework Forum</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-89</link>
		<dc:creator>ACL in MVC? - Zend Framework Forum</dc:creator>
		<pubDate>Wed, 07 Jan 2009 07:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-89</guid>
		<description>[...] and permissions in the same place?    you can do it all in one place, or not.. your choice   btw: Zend Framework Acl with example Zend Framework &amp; Zend_Acl / Zend_Auth Example [...]</description>
		<content:encoded><![CDATA[<p>[...] and permissions in the same place?    you can do it all in one place, or not.. your choice   btw: Zend Framework Acl with example Zend Framework &amp; Zend_Acl / Zend_Auth Example [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Faheem Abbas</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-72</link>
		<dc:creator>Faheem Abbas</dc:creator>
		<pubDate>Fri, 19 Dec 2008 09:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-72</guid>
		<description>When user login, simply write- write this code where you have placed code for the login purpose.
$usersNs = new Zend_Session_NameSpace(“members”);
$usersNs-&gt;userType = &#039;admin/editor/publisher&#039;;</description>
		<content:encoded><![CDATA[<p>When user login, simply write- write this code where you have placed code for the login purpose.<br />
$usersNs = new Zend_Session_NameSpace(“members”);<br />
$usersNs-&gt;userType = &#8216;admin/editor/publisher&#8217;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaidas</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-70</link>
		<dc:creator>Vaidas</dc:creator>
		<pubDate>Thu, 18 Dec 2008 15:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-70</guid>
		<description>Everything looks simple, the only thing that I didn&#039;t understand is how I assign user to different roles... How does the ACL know who is loged in .... guest, admin or editor</description>
		<content:encoded><![CDATA[<p>Everything looks simple, the only thing that I didn&#8217;t understand is how I assign user to different roles&#8230; How does the ACL know who is loged in &#8230;. guest, admin or editor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xprt64</title>
		<link>http://zendguru.wordpress.com/2008/11/05/zend-framework-acl-with-example/#comment-9</link>
		<dc:creator>xprt64</dc:creator>
		<pubDate>Sat, 08 Nov 2008 13:08:17 +0000</pubDate>
		<guid isPermaLink="false">http://zendguru.wordpress.com/?p=141#comment-9</guid>
		<description>A very simple and a very good start example for those interested in implementing access control in their applications.
For me it was useful.</description>
		<content:encoded><![CDATA[<p>A very simple and a very good start example for those interested in implementing access control in their applications.<br />
For me it was useful.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
