<?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: Simple Zend_Layout Example</title>
	<atom:link href="http://akrabat.com/php/simple-zend_layout-example/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/php/simple-zend_layout-example/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:51:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: TextKeu</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-31090</link>
		<dc:creator>TextKeu</dc:creator>
		<pubDate>Mon, 22 Feb 2010 12:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-31090</guid>
		<description>Thank for this tutorial and more.
All tutorials is clearly.
Thank you</description>
		<content:encoded><![CDATA[<p>Thank for this tutorial and more.<br />
All tutorials is clearly.<br />
Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-30940</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:22:23 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-30940</guid>
		<description>Thanks for this tutorial.

I have one small issue though :(

Am I the only one that just sees the body title and copy, and not the rest of the layout when I load the page?


Thank you</description>
		<content:encoded><![CDATA[<p>Thanks for this tutorial.</p>
<p>I have one small issue though :(</p>
<p>Am I the only one that just sees the body title and copy, and not the rest of the layout when I load the page?</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: helmi</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-29569</link>
		<dc:creator>helmi</dc:creator>
		<pubDate>Fri, 11 Dec 2009 11:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-29569</guid>
		<description>Can u update this to zf 1.9 ?

thanks</description>
		<content:encoded><![CDATA[<p>Can u update this to zf 1.9 ?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pit</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-28399</link>
		<dc:creator>Pit</dc:creator>
		<pubDate>Thu, 03 Sep 2009 20:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-28399</guid>
		<description>Nice! Big thanks!</description>
		<content:encoded><![CDATA[<p>Nice! Big thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vinnyman</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-28307</link>
		<dc:creator>vinnyman</dc:creator>
		<pubDate>Mon, 24 Aug 2009 17:38:07 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-28307</guid>
		<description>In reference to comment 16 (even though it dates back a while) -- what is the best strategy to have the user interface change without a page refresh?  Ideally the application should be able to change the underlying &quot;controller/action&quot; contents of a placeholder to some other &quot;controller/action&quot; contents .. any thoughts?</description>
		<content:encoded><![CDATA[<p>In reference to comment 16 (even though it dates back a while) -- what is the best strategy to have the user interface change without a page refresh?  Ideally the application should be able to change the underlying "controller/action" contents of a placeholder to some other "controller/action" contents .. any thoughts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: srinivas</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-28241</link>
		<dc:creator>srinivas</dc:creator>
		<pubDate>Tue, 18 Aug 2009 03:06:25 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-28241</guid>
		<description>Hi,

I&#039;m using the following lines of code in postdispatch method of a helper:

$this-&gt;getResponse()
 				-&gt;insert(&#039;sidemenu&#039;,$this-&gt;getActionController()-&gt;view-&gt;action(&#039;sidemenu&#039;,&#039;menu&#039;));

The sidemenu action in the menu controller connect to a database and retrieve some data by taking a input parameter.
But, this part of the code should not execute for certain controller actions, so how to bypass execution of the helper code for those specific controller actions.

Thanks,
Srinivas</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I'm using the following lines of code in postdispatch method of a helper:</p>
<p>$this-&gt;getResponse()<br />
 				-&gt;insert('sidemenu',$this-&gt;getActionController()-&gt;view-&gt;action('sidemenu','menu'));</p>
<p>The sidemenu action in the menu controller connect to a database and retrieve some data by taking a input parameter.<br />
But, this part of the code should not execute for certain controller actions, so how to bypass execution of the helper code for those specific controller actions.</p>
<p>Thanks,<br />
Srinivas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hari K T</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-28024</link>
		<dc:creator>Hari K T</dc:creator>
		<pubDate>Tue, 28 Jul 2009 16:50:22 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-28024</guid>
		<description>Nice one and easy to understand.
It&#039;s very hard to learn from the Zend Framework Mannual as every one says :( for a newbie .</description>
		<content:encoded><![CDATA[<p>Nice one and easy to understand.<br />
It's very hard to learn from the Zend Framework Mannual as every one says :( for a newbie .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jay bharat</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-24508</link>
		<dc:creator>jay bharat</dc:creator>
		<pubDate>Tue, 10 Mar 2009 09:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-24508</guid>
		<description>Thank you sir.
This is very good tutorial for me like new in zend framework.
Thank you very much, again.
Regards
Jay Bharat</description>
		<content:encoded><![CDATA[<p>Thank you sir.<br />
This is very good tutorial for me like new in zend framework.<br />
Thank you very much, again.<br />
Regards<br />
Jay Bharat</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lkimme</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-24023</link>
		<dc:creator>lkimme</dc:creator>
		<pubDate>Thu, 29 Jan 2009 20:02:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-24023</guid>
		<description>Thanks so much for the tutorial. It was very helpful. But I&#039;ve developed a problem with my controller/subAction.
My layout.phtml file works fine if I try to render from a controller/indexAction function, but when I try to display from a controller/non-indexAction function the css files and image files that I link to all fail. 

I am including files in my controller/init() method like this:

        $response-&gt;insert(&#039;header&#039;, $this-&gt;view-&gt;render(&#039;header.phtml&#039;));

Again, it works fine in the controller/indexAction function,  but not in the controller/non-indexAction function.

Thanks for any help.</description>
		<content:encoded><![CDATA[<p>Thanks so much for the tutorial. It was very helpful. But I've developed a problem with my controller/subAction.<br />
My layout.phtml file works fine if I try to render from a controller/indexAction function, but when I try to display from a controller/non-indexAction function the css files and image files that I link to all fail. </p>
<p>I am including files in my controller/init() method like this:</p>
<p>        $response-&gt;insert('header', $this-&gt;view-&gt;render('header.phtml'));</p>
<p>Again, it works fine in the controller/indexAction function,  but not in the controller/non-indexAction function.</p>
<p>Thanks for any help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wintervssummer</title>
		<link>http://akrabat.com/php/simple-zend_layout-example/#comment-23664</link>
		<dc:creator>wintervssummer</dc:creator>
		<pubDate>Sat, 29 Nov 2008 12:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/11/simple-zend_layout-example/#comment-23664</guid>
		<description>I very much love summer :) 
Someone very much loves winter :(
I Wish to know whom more :)
For what you love winter? 
For what you love summer? Let&#039;s argue :)</description>
		<content:encoded><![CDATA[<p>I very much love summer :)<br />
Someone very much loves winter :(<br />
I Wish to know whom more :)<br />
For what you love winter?<br />
For what you love summer? Let's argue :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
