<?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: Timing your scripts</title>
	<atom:link href="http://naneau.nl/2007/07/02/timing-your-scripts/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl/2007/07/02/timing-your-scripts/</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Mon, 26 Jul 2010 04:31:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Darryl</title>
		<link>http://naneau.nl/2007/07/02/timing-your-scripts/comment-page-1/#comment-1445</link>
		<dc:creator>Darryl</dc:creator>
		<pubDate>Tue, 14 Aug 2007 14:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/07/02/timing-your-scripts/#comment-1445</guid>
		<description>Cool tips... 

Very helpful for knowing just how slow my stuff really is ;)

Thanks!</description>
		<content:encoded><![CDATA[<p>Cool tips&#8230; </p>
<p>Very helpful for knowing just how slow my stuff really is <img src='http://naneau.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Naneau</title>
		<link>http://naneau.nl/2007/07/02/timing-your-scripts/comment-page-1/#comment-833</link>
		<dc:creator>Naneau</dc:creator>
		<pubDate>Sat, 07 Jul 2007 15:44:27 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/07/02/timing-your-scripts/#comment-833</guid>
		<description>You were right, I posted the script a little too early. The one I had running myself _did_ extend Zend_Controller_Plugin_Abstract. Thanks for pointing out my stupidity :)</description>
		<content:encoded><![CDATA[<p>You were right, I posted the script a little too early. The one I had running myself _did_ extend Zend_Controller_Plugin_Abstract. Thanks for pointing out my stupidity <img src='http://naneau.nl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://naneau.nl/2007/07/02/timing-your-scripts/comment-page-1/#comment-829</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Sat, 07 Jul 2007 09:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/07/02/timing-your-scripts/#comment-829</guid>
		<description>Great tip. I had implemented something similar, but like your approach more. 

Please note, however, that Naneau_Controller_Plugin_ExecutionTime must extend Zend_Controller_Plugin_Abstract, otherwise, you the following error is thrown:

Catchable fatal error: Argument 1 passed to Naneau_Controller_Front::registerPlugin() must be an instance of Zend_Controller_Plugin_Abstract, instance of Naneau_Controller_Plugin_ExecutionTime given.

Hence, the first line of Naneau_Controller_Plugin_ExecutionTim should be:

class Naneau_Controller_Plugin_ExecutionTime extends Naneau_Controller_Plugin_Abstract {

Apart from that, excellent. :-)</description>
		<content:encoded><![CDATA[<p>Great tip. I had implemented something similar, but like your approach more. </p>
<p>Please note, however, that Naneau_Controller_Plugin_ExecutionTime must extend Zend_Controller_Plugin_Abstract, otherwise, you the following error is thrown:</p>
<p>Catchable fatal error: Argument 1 passed to Naneau_Controller_Front::registerPlugin() must be an instance of Zend_Controller_Plugin_Abstract, instance of Naneau_Controller_Plugin_ExecutionTime given.</p>
<p>Hence, the first line of Naneau_Controller_Plugin_ExecutionTim should be:</p>
<p>class Naneau_Controller_Plugin_ExecutionTime extends Naneau_Controller_Plugin_Abstract {</p>
<p>Apart from that, excellent. <img src='http://naneau.nl/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Orgg</title>
		<link>http://naneau.nl/2007/07/02/timing-your-scripts/comment-page-1/#comment-785</link>
		<dc:creator>Orgg</dc:creator>
		<pubDate>Mon, 02 Jul 2007 22:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/07/02/timing-your-scripts/#comment-785</guid>
		<description>This was really useful, thanks!

It&#039;s great to see more informative articles from you.</description>
		<content:encoded><![CDATA[<p>This was really useful, thanks!</p>
<p>It&#8217;s great to see more informative articles from you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
