<?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: More Reliable Authentication in Zend Framework</title>
	<atom:link href="http://www.hermanradtke.com/blog/more-reliable-authentication-in-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hermanradtke.com/blog/more-reliable-authentication-in-zend-framework/</link>
	<description>Personal anecdotes from my experiences using the LAMP stack</description>
	<lastBuildDate>Mon, 30 Aug 2010 07:16:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Herman Radtke</title>
		<link>http://www.hermanradtke.com/blog/more-reliable-authentication-in-zend-framework/comment-page-1/#comment-4533</link>
		<dc:creator>Herman Radtke</dc:creator>
		<pubDate>Mon, 30 Aug 2010 07:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=91#comment-4533</guid>
		<description>I usually put the plugin in my library directory: lib/My/Controller/Plugin/Authentication.php

Using an autoloader, you simply need to register the plugin during the bootstrap process.  I show this in the blog post here:
$controller = Zend_Controller_Front::getInstance();
$controller-&gt;registerPlugin(new My_Controller_Plugin_Authentication());
$controller-&gt;dispatch();</description>
		<content:encoded><![CDATA[<p>I usually put the plugin in my library directory: lib/My/Controller/Plugin/Authentication.php</p>
<p>Using an autoloader, you simply need to register the plugin during the bootstrap process.  I show this in the blog post here:<br />
$controller = Zend_Controller_Front::getInstance();<br />
$controller->registerPlugin(new My_Controller_Plugin_Authentication());<br />
$controller->dispatch();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg</title>
		<link>http://www.hermanradtke.com/blog/more-reliable-authentication-in-zend-framework/comment-page-1/#comment-4497</link>
		<dc:creator>Oleg</dc:creator>
		<pubDate>Tue, 24 Aug 2010 06:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=91#comment-4497</guid>
		<description>Will you be so kind to tell in what directory to put plugin and hwo to tell the framework where to look for it?</description>
		<content:encoded><![CDATA[<p>Will you be so kind to tell in what directory to put plugin and hwo to tell the framework where to look for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KonstantinMiller</title>
		<link>http://www.hermanradtke.com/blog/more-reliable-authentication-in-zend-framework/comment-page-1/#comment-51</link>
		<dc:creator>KonstantinMiller</dc:creator>
		<pubDate>Tue, 07 Jul 2009 00:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=91#comment-51</guid>
		<description>How soon will you update your blog? I&#039;m interested in reading some more information on this issue.</description>
		<content:encoded><![CDATA[<p>How soon will you update your blog? I&#8217;m interested in reading some more information on this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flash</title>
		<link>http://www.hermanradtke.com/blog/more-reliable-authentication-in-zend-framework/comment-page-1/#comment-50</link>
		<dc:creator>Flash</dc:creator>
		<pubDate>Sun, 05 Jul 2009 13:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=91#comment-50</guid>
		<description>Perfect!</description>
		<content:encoded><![CDATA[<p>Perfect!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarah</title>
		<link>http://www.hermanradtke.com/blog/more-reliable-authentication-in-zend-framework/comment-page-1/#comment-28</link>
		<dc:creator>Sarah</dc:creator>
		<pubDate>Wed, 24 Jun 2009 00:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.hermanradtke.com/blog/?p=91#comment-28</guid>
		<description>Pretty cool post. I just found your site and wanted to say 
that I have really enjoyed reading your blog posts. Anyway 
I&#039;ll be subscribing to your blog and I hope you write again soon!</description>
		<content:encoded><![CDATA[<p>Pretty cool post. I just found your site and wanted to say<br />
that I have really enjoyed reading your blog posts. Anyway<br />
I&#8217;ll be subscribing to your blog and I hope you write again soon!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
