<?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: How To Implement A Ruby on Rails style before_filter With The PHP Zend Framework</title>
	<atom:link href="http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/</link>
	<description>Notes by Lee Blue</description>
	<lastBuildDate>Fri, 26 Feb 2010 19:31:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/comment-page-1/#comment-50</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Mon, 04 Feb 2008 22:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/#comment-50</guid>
		<description>It&#039;s best to use $this-&gt;getRequest() instead of $this-&gt;_request, on the off-chance the developer has sub-classed and overwritten the getRequest() functionality.

Also, you might want to look into pushing this into a plugin or action helper so that you don&#039;t need to do this in every controller you have. :-)

Otherwise, looks good, and that&#039;s precisely the reason this functionality was added to ZF. (I actually added this hook to ZF based on hooks that existed in Cgiapp, another controller I&#039;ve worked on).</description>
		<content:encoded><![CDATA[<p>It&#8217;s best to use $this-&gt;getRequest() instead of $this-&gt;_request, on the off-chance the developer has sub-classed and overwritten the getRequest() functionality.</p>
<p>Also, you might want to look into pushing this into a plugin or action helper so that you don&#8217;t need to do this in every controller you have. <img src='http://www.refreshinglyblue.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Otherwise, looks good, and that&#8217;s precisely the reason this functionality was added to ZF. (I actually added this hook to ZF based on hooks that existed in Cgiapp, another controller I&#8217;ve worked on).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/comment-page-1/#comment-49</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Mon, 04 Feb 2008 17:04:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/2008/01/30/how-to-implement-a-ruby-on-rails-style-before_filter-with-the-php-zend-framework/#comment-49</guid>
		<description>&lt;strong&gt;Lee Blue&#039;s Blog: How To Implement A Ruby on Rails style before_filter With The PHP Zend Framework...&lt;/strong&gt;


Lee Blue has posted something looking to bridge yet another gap ......</description>
		<content:encoded><![CDATA[<p><strong>Lee Blue&#8217;s Blog: How To Implement A Ruby on Rails style before_filter With The PHP Zend Framework&#8230;</strong></p>
<p>Lee Blue has posted something looking to bridge yet another gap &#8230;&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
