<?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 for The Zend Framework in Practice</title>
	<atom:link href="http://zf.gm-ram.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://zf.gm-ram.com</link>
	<description>Developing Web Applications with the Zend Framework</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:37:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on The Access Control Plugin by James</title>
		<link>http://zf.gm-ram.com/posts/the-access-control-plugin/comment-page-1/#comment-873</link>
		<dc:creator>James</dc:creator>
		<pubDate>Tue, 31 Jan 2012 16:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=877#comment-873</guid>
		<description>The class defined in the previous post is Application_Model_Identity not Application_Model_Identity_Current. The class Application_Model_Identity_Current is a convenience class, which wraps the sort of code you have given. Because there will be only one current identity, its methods are static. I simply forgot to add the definition of the class in one of the posts!</description>
		<content:encoded><![CDATA[<p>The class defined in the previous post is Application_Model_Identity not Application_Model_Identity_Current. The class Application_Model_Identity_Current is a convenience class, which wraps the sort of code you have given. Because there will be only one current identity, its methods are static. I simply forgot to add the definition of the class in one of the posts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Access Control Plugin by nuvesrojas</title>
		<link>http://zf.gm-ram.com/posts/the-access-control-plugin/comment-page-1/#comment-872</link>
		<dc:creator>nuvesrojas</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=877#comment-872</guid>
		<description>...and another thing:
If the user is already logged what&#039;s gonna happen by doing:
$auth-&gt;setStorage(new Zend_Auth_Storage_Session()); ???</description>
		<content:encoded><![CDATA[<p>&#8230;and another thing:<br />
If the user is already logged what&#8217;s gonna happen by doing:<br />
$auth-&gt;setStorage(new Zend_Auth_Storage_Session()); ???</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Access Control Plugin by nuvesrojas</title>
		<link>http://zf.gm-ram.com/posts/the-access-control-plugin/comment-page-1/#comment-871</link>
		<dc:creator>nuvesrojas</dc:creator>
		<pubDate>Tue, 31 Jan 2012 11:02:32 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=877#comment-871</guid>
		<description>In your previous post (http://zf.gm-ram.com/posts/the-identity-class/) you didn&#039;t define the method Application_Model_Identity_Current::getRole(); to be static, therefore it shouldn&#039;t be possible to call it this way, instead it should be something like(based on your post previous post):

$auth = Zend_Auth::getInstance();
$identity = $auth-&gt;getIdentity();
$role = $identity-&gt;getRole();</description>
		<content:encoded><![CDATA[<p>In your previous post (<a href="http://zf.gm-ram.com/posts/the-identity-class/" rel="nofollow">http://zf.gm-ram.com/posts/the-identity-class/</a>) you didn&#8217;t define the method Application_Model_Identity_Current::getRole(); to be static, therefore it shouldn&#8217;t be possible to call it this way, instead it should be something like(based on your post previous post):</p>
<p>$auth = Zend_Auth::getInstance();<br />
$identity = $auth-&gt;getIdentity();<br />
$role = $identity-&gt;getRole();</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Access Control Plugin by Mully</title>
		<link>http://zf.gm-ram.com/posts/the-access-control-plugin/comment-page-1/#comment-866</link>
		<dc:creator>Mully</dc:creator>
		<pubDate>Mon, 02 Jan 2012 10:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=877#comment-866</guid>
		<description>useful
thanks James, I very confuse to repair register plugin from zf older version where plugin controller put in bootstrap file.
now I&#039;ve solve the problem.
just put in app.ini :)</description>
		<content:encoded><![CDATA[<p>useful<br />
thanks James, I very confuse to repair register plugin from zf older version where plugin controller put in bootstrap file.<br />
now I&#8217;ve solve the problem.<br />
just put in app.ini <img src='http://zf.gm-ram.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Navigation Link View Helper by Henry Hayes</title>
		<link>http://zf.gm-ram.com/posts/the-navigation-link-view-helper/comment-page-1/#comment-865</link>
		<dc:creator>Henry Hayes</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=418#comment-865</guid>
		<description>That&#039;s quite a good solution. A more thorough &lt;a href=&quot;http://yinyang.googlecode.com/svn/trunk/library/YinYang/View/Helper/NavigationLink.php&quot; rel=&quot;nofollow&quot;&gt;navigation link view helper&lt;/a&gt; is included in the &lt;a href=&quot;http://code.google.com/p/yinyang/&quot; rel=&quot;nofollow&quot;&gt;YinYang Zend Framework Supplement Library&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>That&#8217;s quite a good solution. A more thorough <a href="http://yinyang.googlecode.com/svn/trunk/library/YinYang/View/Helper/NavigationLink.php" rel="nofollow">navigation link view helper</a> is included in the <a href="http://code.google.com/p/yinyang/" rel="nofollow">YinYang Zend Framework Supplement Library</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Pagination using Zend_Paginator by snehal</title>
		<link>http://zf.gm-ram.com/posts/pagination-using-zend_paginator/comment-page-1/#comment-853</link>
		<dc:creator>snehal</dc:creator>
		<pubDate>Tue, 16 Aug 2011 06:10:08 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=652#comment-853</guid>
		<description>thx for this...
but i actually need a pagination through Ajax.</description>
		<content:encoded><![CDATA[<p>thx for this&#8230;<br />
but i actually need a pagination through Ajax.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a Datestamped Log File using the Standard Log Resource Plugin by metys</title>
		<link>http://zf.gm-ram.com/posts/creating-a-datestamped-log-file-using-the-standard-log-resource-plugin/comment-page-1/#comment-818</link>
		<dc:creator>metys</dc:creator>
		<pubDate>Wed, 30 Mar 2011 08:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=600#comment-818</guid>
		<description>I realy like this solution! :-)</description>
		<content:encoded><![CDATA[<p>I realy like this solution! <img src='http://zf.gm-ram.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Access Control Plugin by Simple Access Control &#171; The Zend Framework in Practice - Developing Web Applications with the Zend Framework</title>
		<link>http://zf.gm-ram.com/posts/the-access-control-plugin/comment-page-1/#comment-799</link>
		<dc:creator>Simple Access Control &#171; The Zend Framework in Practice - Developing Web Applications with the Zend Framework</dc:creator>
		<pubDate>Fri, 28 Jan 2011 18:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=877#comment-799</guid>
		<description>[...] Access Control  Friday, January 28, 2011  In my previous post, I looked at using a controller plugin as part of a more complex access control system based on an [...]</description>
		<content:encoded><![CDATA[<p>[...] Access Control  Friday, January 28, 2011  In my previous post, I looked at using a controller plugin as part of a more complex access control system based on an [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Authentication Class by James</title>
		<link>http://zf.gm-ram.com/posts/the-authentication-class/comment-page-1/#comment-788</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 14 Jan 2011 18:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=828#comment-788</guid>
		<description>An interesting question.

(1) When the user closes the browser, the current session ends, so when the user restarts the browser, he or she is no longer logged in.

(2) To log the user closing the browser, you would have to initiate this on the client side, i.e. using JavaScript from within the web page. However, there are a couple of problems with this:

(a) My understanding is that there is no reliable way to determine that the user has closed the browser, because the relevant event onunload could also occur when you navigate to another page.

(b) Also, the user may have disabled JavaScript.</description>
		<content:encoded><![CDATA[<p>An interesting question.</p>
<p>(1) When the user closes the browser, the current session ends, so when the user restarts the browser, he or she is no longer logged in.</p>
<p>(2) To log the user closing the browser, you would have to initiate this on the client side, i.e. using JavaScript from within the web page. However, there are a couple of problems with this:</p>
<p>(a) My understanding is that there is no reliable way to determine that the user has closed the browser, because the relevant event onunload could also occur when you navigate to another page.</p>
<p>(b) Also, the user may have disabled JavaScript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The Authentication Class by Humberto Borba</title>
		<link>http://zf.gm-ram.com/posts/the-authentication-class/comment-page-1/#comment-786</link>
		<dc:creator>Humberto Borba</dc:creator>
		<pubDate>Thu, 13 Jan 2011 23:18:03 +0000</pubDate>
		<guid isPermaLink="false">http://zf.gm-ram.com/?p=828#comment-786</guid>
		<description>Hi, 

I have a question about logout function.
Whats happen when user close the browser?
How to log this action?

Thanks!</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I have a question about logout function.<br />
Whats happen when user close the browser?<br />
How to log this action?</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

