<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>
	<title>Comments for just another developer</title>
	
	<link>http://justanotherdeveloper.co.uk</link>
	<description />
	<lastBuildDate>Thu, 18 Feb 2010 00:45:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/CommentsForJustAnotherDeveloper" /><feedburner:info uri="commentsforjustanotherdeveloper" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:browserFriendly></feedburner:browserFriendly><item>
		<title>Comment on Zend_Acl + Zend_Auth + Zend_Controller_Plugin = HAPPY! by Ben</title>
		<link>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/comment-page-1/#comment-491</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 18 Feb 2010 00:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=104#comment-491</guid>
		<description>Never mind I figured this out.

In the example code if a resource is not found the resource is set to null. In my circumstance this is the 404 condition.

So rather than setting the resource to null, i throw an exception which is handled by the error controller.

Anyhew, thanks for the above very useful.</description>
		<content:encoded><![CDATA[<p>Never mind I figured this out.</p>
<p>In the example code if a resource is not found the resource is set to null. In my circumstance this is the 404 condition.</p>
<p>So rather than setting the resource to null, i throw an exception which is handled by the error controller.</p>
<p>Anyhew, thanks for the above very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Acl + Zend_Auth + Zend_Controller_Plugin = HAPPY! by Ben</title>
		<link>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/comment-page-1/#comment-490</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 18 Feb 2010 00:28:49 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=104#comment-490</guid>
		<description>Interesting article, however I found that this prevents my 404 page from working.

So if i type in /foo (a non-existing controller) it just redirects to the login page.

Any ideas?
Ben</description>
		<content:encoded><![CDATA[<p>Interesting article, however I found that this prevents my 404 page from working.</p>
<p>So if i type in /foo (a non-existing controller) it just redirects to the login page.</p>
<p>Any ideas?<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework and DoJo by Bytecounter</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-489</link>
		<dc:creator>Bytecounter</dc:creator>
		<pubDate>Fri, 05 Feb 2010 22:41:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-489</guid>
		<description>Hi,
I miss the first chars on every line in your source? 
I see:
doctype() ?&gt;
But I think it must be:
echo $this-&gt;doctype() ?&gt;
What happened? I tried in Firefox and IE.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I miss the first chars on every line in your source?<br />
I see:<br />
doctype() ?&gt;<br />
But I think it must be:<br />
echo $this-&gt;doctype() ?&gt;<br />
What happened? I tried in Firefox and IE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Acl + Zend_Auth + Zend_Controller_Plugin = HAPPY! by toesofrubber</title>
		<link>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/comment-page-1/#comment-488</link>
		<dc:creator>toesofrubber</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:51:01 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=104#comment-488</guid>
		<description>Just wanted to drop you a line to say thanks for helping me wrap my brain around this. I was struggling with exactly the same criteria as you (especially the piss easy bit), and this post helped me finally nail it.

good work!</description>
		<content:encoded><![CDATA[<p>Just wanted to drop you a line to say thanks for helping me wrap my brain around this. I was struggling with exactly the same criteria as you (especially the piss easy bit), and this post helped me finally nail it.</p>
<p>good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Acl + Zend_Auth + Zend_Controller_Plugin = HAPPY! by VlastV</title>
		<link>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/comment-page-1/#comment-487</link>
		<dc:creator>VlastV</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=104#comment-487</guid>
		<description>Init in the method __construct from class your Plugin</description>
		<content:encoded><![CDATA[<p>Init in the method __construct from class your Plugin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend_Acl + Zend_Auth + Zend_Controller_Plugin = HAPPY! by VlastV</title>
		<link>http://justanotherdeveloper.co.uk/php/zend_acl-zend_auth-zend_controller_plugin-happy/comment-page-1/#comment-486</link>
		<dc:creator>VlastV</dc:creator>
		<pubDate>Thu, 21 Jan 2010 19:16:34 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=104#comment-486</guid>
		<description>Sorry for my bad English.

Init "$acl = new Application_Acl($config);" in method preDispatch bad good idea.

Because, when you call Zend_Controller_Action::_forward, you init your Acl several.</description>
		<content:encoded><![CDATA[<p>Sorry for my bad English.</p>
<p>Init &#8220;$acl = new Application_Acl($config);&#8221; in method preDispatch bad good idea.</p>
<p>Because, when you call Zend_Controller_Action::_forward, you init your Acl several.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework and DoJo by splbkean</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-484</link>
		<dc:creator>splbkean</dc:creator>
		<pubDate>Mon, 07 Dec 2009 01:33:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-484</guid>
		<description>В этом что-то есть. Большое спасибо за помощь в этом вопросе.</description>
		<content:encoded><![CDATA[<p>В этом что-то есть. Большое спасибо за помощь в этом вопросе.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Zend Framework and DoJo by ladysman</title>
		<link>http://justanotherdeveloper.co.uk/php/zend-framework-and-dojo/comment-page-1/#comment-483</link>
		<dc:creator>ladysman</dc:creator>
		<pubDate>Wed, 02 Dec 2009 11:44:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.justanotherdeveloper.co.uk/?p=3#comment-483</guid>
		<description>Где-то я уже видел подобную статью.Вы случайно не с рунета её скачали?</description>
		<content:encoded><![CDATA[<p>Где-то я уже видел подобную статью.Вы случайно не с рунета её скачали?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gavin Williams is dead by zavasrad</title>
		<link>http://justanotherdeveloper.co.uk/miscellaneous/gavin-williams-is-dead/comment-page-1/#comment-482</link>
		<dc:creator>zavasrad</dc:creator>
		<pubDate>Mon, 30 Nov 2009 01:16:48 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=56#comment-482</guid>
		<description>Dear Author justanotherdeveloper.co.uk ! 
Completely I share your opinion. In it something is and it is good idea. It is ready to support you.</description>
		<content:encoded><![CDATA[<p>Dear Author justanotherdeveloper.co.uk !<br />
Completely I share your opinion. In it something is and it is good idea. It is ready to support you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PHP Variable Variables by webcams</title>
		<link>http://justanotherdeveloper.co.uk/php/php-variable-variables/comment-page-1/#comment-481</link>
		<dc:creator>webcams</dc:creator>
		<pubDate>Sat, 24 Oct 2009 11:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://justanotherdeveloper.co.uk/?p=94#comment-481</guid>
		<description>было очень интересно!</description>
		<content:encoded><![CDATA[<p>было очень интересно!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
