<?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: Disable Debug Output for Ajax in CakePHP</title>
	<atom:link href="http://otaqui.com/blog/430/disable-debug-output-for-ajax-in-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://otaqui.com/blog/430/disable-debug-output-for-ajax-in-cakephp/</link>
	<description>Pete Otaqui's blog about web development and everything else</description>
	<lastBuildDate>Thu, 18 Feb 2010 19:48:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: [SOLVED]Disable Debug Output for Ajax in CakePHP &#171; RussenReaktor&#8217;s Weblog</title>
		<link>http://otaqui.com/blog/430/disable-debug-output-for-ajax-in-cakephp/comment-page-1/#comment-1717</link>
		<dc:creator>[SOLVED]Disable Debug Output for Ajax in CakePHP &#171; RussenReaktor&#8217;s Weblog</dc:creator>
		<pubDate>Tue, 15 Dec 2009 13:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://otaqui.com/blog/?p=430#comment-1717</guid>
		<description>[...] otaqui.com [...]</description>
		<content:encoded><![CDATA[<p>[...] otaqui.com [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://otaqui.com/blog/430/disable-debug-output-for-ajax-in-cakephp/comment-page-1/#comment-1712</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 21 Nov 2009 07:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://otaqui.com/blog/?p=430#comment-1712</guid>
		<description>Thanks for this. I mostly tend to work with json when in ajax and the debug output is a pain when trying to parse the data.</description>
		<content:encoded><![CDATA[<p>Thanks for this. I mostly tend to work with json when in ajax and the debug output is a pain when trying to parse the data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pete</title>
		<link>http://otaqui.com/blog/430/disable-debug-output-for-ajax-in-cakephp/comment-page-1/#comment-571</link>
		<dc:creator>pete</dc:creator>
		<pubDate>Thu, 19 Feb 2009 15:52:40 +0000</pubDate>
		<guid isPermaLink="false">http://otaqui.com/blog/?p=430#comment-571</guid>
		<description>I see what you&#039;re saying Richard, but when using Ajax I tend to favour put debugging data in logs so as not to break the JS that is parsing the output.  I guess I should write something on general CakePHP debugging methods!</description>
		<content:encoded><![CDATA[<p>I see what you&#8217;re saying Richard, but when using Ajax I tend to favour put debugging data in logs so as not to break the JS that is parsing the output.  I guess I should write something on general CakePHP debugging methods!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard@Home</title>
		<link>http://otaqui.com/blog/430/disable-debug-output-for-ajax-in-cakephp/comment-page-1/#comment-569</link>
		<dc:creator>Richard@Home</dc:creator>
		<pubDate>Wed, 18 Feb 2009 22:47:19 +0000</pubDate>
		<guid isPermaLink="false">http://otaqui.com/blog/?p=430#comment-569</guid>
		<description>Nice tip.

I&#039;ve been appending Configure::write(&#039;debug&#039;,0); to my controller actions. 

Your method might get a bit tricky if you are debugging something with multiple ajax elements and you only need to debug that last one in the chain though. ie. you only need to switch off debugging for a few ajax requests.</description>
		<content:encoded><![CDATA[<p>Nice tip.</p>
<p>I&#8217;ve been appending Configure::write(&#8216;debug&#8217;,0); to my controller actions. </p>
<p>Your method might get a bit tricky if you are debugging something with multiple ajax elements and you only need to debug that last one in the chain though. ie. you only need to switch off debugging for a few ajax requests.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
