<?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: SQL Output Debugging with Zend Framework</title>
	<atom:link href="http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework</link>
	<description>Blog and website of David Cooper from Hampshire, UK. Dazecoop includes drifting photography, car modifying, drift cars, car talk and loads more :)</description>
	<lastBuildDate>Wed, 08 Sep 2010 07:01:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Pizo</title>
		<link>http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework/comment-page-1#comment-102105</link>
		<dc:creator>Pizo</dc:creator>
		<pubDate>Tue, 04 May 2010 15:31:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dazecoop.co.uk/?p=517#comment-102105</guid>
		<description>Helped me a lot.
Thank you very much!</description>
		<content:encoded><![CDATA[<p>Helped me a lot.<br />
Thank you very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: php&#124;hampshire &#187; SQL Output Debugging with Zend Framework</title>
		<link>http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework/comment-page-1#comment-97780</link>
		<dc:creator>php&#124;hampshire &#187; SQL Output Debugging with Zend Framework</dc:creator>
		<pubDate>Fri, 05 Jun 2009 13:17:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dazecoop.co.uk/?p=517#comment-97780</guid>
		<description>[...] Cooper explains a method of getting SQL output for debugging purposes using Zend Framework (as well as expressing his love for the Framework&#8230;). Handy for finding [...]</description>
		<content:encoded><![CDATA[<p>[...] Cooper explains a method of getting SQL output for debugging purposes using Zend Framework (as well as expressing his love for the Framework&#8230;). Handy for finding [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daze</title>
		<link>http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework/comment-page-1#comment-93241</link>
		<dc:creator>Daze</dc:creator>
		<pubDate>Tue, 24 Feb 2009 13:43:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.dazecoop.co.uk/?p=517#comment-93241</guid>
		<description>Really? That&#039;s good times, I haven&#039;t heard of doing it that way yet, but will certainly give it a try. 

It seems there is always a better way of doing something! Thanks for the heads-up Tim, will try that later.</description>
		<content:encoded><![CDATA[<p>Really? That&#8217;s good times, I haven&#8217;t heard of doing it that way yet, but will certainly give it a try. </p>
<p>It seems there is always a better way of doing something! Thanks for the heads-up Tim, will try that later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim</title>
		<link>http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework/comment-page-1#comment-93240</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Tue, 24 Feb 2009 13:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dazecoop.co.uk/?p=517#comment-93240</guid>
		<description>I&#039;ve been using the built in Zend_Db_Profiler_Firebug with FirePHP for this, whacked the call in the bootstrap and then monitored all mySQL statements, execution times, etc. in Firebug. Had any experience with it?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using the built in Zend_Db_Profiler_Firebug with FirePHP for this, whacked the call in the bootstrap and then monitored all mySQL statements, execution times, etc. in Firebug. Had any experience with it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daze</title>
		<link>http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework/comment-page-1#comment-93215</link>
		<dc:creator>Daze</dc:creator>
		<pubDate>Mon, 23 Feb 2009 07:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dazecoop.co.uk/?p=517#comment-93215</guid>
		<description>Mmm, interesting. I may take a look into this :) 
Ta very much!</description>
		<content:encoded><![CDATA[<p>Mmm, interesting. I may take a look into this <img src='http://www.dazecoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Ta very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.dazecoop.com/20-02-2009/sql-output-debugging-with-zend-framework/comment-page-1#comment-93151</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 21 Feb 2009 02:22:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.dazecoop.co.uk/?p=517#comment-93151</guid>
		<description>MySQL Slow Query Log - http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html

If I was going to do profiling at this level though, I might log to a Zend_Log instance rather than the front-end...</description>
		<content:encoded><![CDATA[<p>MySQL Slow Query Log &#8211; <a href="http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html" rel="nofollow"></a><a href='http://dev.mysql.com/doc/refman/5.1/en/slow-query-log.html'>dev.mysql.com/doc/refman/5.1/e...</a></p>
<p>If I was going to do profiling at this level though, I might log to a Zend_Log instance rather than the front-end&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
