<?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: Zend Framework: How To Disable A View In An Action</title>
	<atom:link href="http://www.refreshinglyblue.com/2008/09/17/zend-framework-how-to-disable-a-view-in-an-action/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.refreshinglyblue.com/2008/09/17/zend-framework-how-to-disable-a-view-in-an-action/</link>
	<description>Notes by Lee Blue</description>
	<lastBuildDate>Sat, 24 Jul 2010 20:10:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Snowcore</title>
		<link>http://www.refreshinglyblue.com/2008/09/17/zend-framework-how-to-disable-a-view-in-an-action/comment-page-1/#comment-140</link>
		<dc:creator>Snowcore</dc:creator>
		<pubDate>Mon, 17 Aug 2009 09:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/?p=58#comment-140</guid>
		<description>Yet another approach:

$this-&gt;getHelper(&#039;viewRenderer&#039;)-&gt;setNoRender();</description>
		<content:encoded><![CDATA[<p>Yet another approach:</p>
<p>$this-&gt;getHelper(&#8216;viewRenderer&#8217;)-&gt;setNoRender();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.refreshinglyblue.com/2008/09/17/zend-framework-how-to-disable-a-view-in-an-action/comment-page-1/#comment-78</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 02 Dec 2008 15:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/?p=58#comment-78</guid>
		<description>You can disable both the view and the layout like this.

$this-&gt;_helper-&gt;layout()-&gt;disableLayout();
$this-&gt;_helper-&gt;viewRenderer-&gt;setNoRender(true);</description>
		<content:encoded><![CDATA[<p>You can disable both the view and the layout like this.</p>
<p>$this->_helper->layout()->disableLayout();<br />
$this->_helper->viewRenderer->setNoRender(true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: firecall</title>
		<link>http://www.refreshinglyblue.com/2008/09/17/zend-framework-how-to-disable-a-view-in-an-action/comment-page-1/#comment-77</link>
		<dc:creator>firecall</dc:creator>
		<pubDate>Mon, 01 Dec 2008 06:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.refreshinglyblue.com/?p=58#comment-77</guid>
		<description>Handy, thanks.

But how would you kill the layout completely?

Like if you just want to return something or provide a JSON response etc.. ?

I just want to echo out a value, but my main layout keeps rendering as well... :/</description>
		<content:encoded><![CDATA[<p>Handy, thanks.</p>
<p>But how would you kill the layout completely?</p>
<p>Like if you just want to return something or provide a JSON response etc.. ?</p>
<p>I just want to echo out a value, but my main layout keeps rendering as well&#8230; :/</p>
]]></content:encoded>
	</item>
</channel>
</rss>
