<?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"
	>
<channel>
	<title>Comments on: Zend Framework Components Part 2: Zend_View</title>
	<atom:link href="http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/</link>
	<description>Dedicated to teaching web designers PHP.</description>
	<pubDate>Fri, 21 Nov 2008 22:14:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: &#160; KillerPHP.com: Zend Framework Components Part 2: Zend_View&#160;by&#160;Joe McLaughlin&#8217;s Blog</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-66475</link>
		<dc:creator>&#160; KillerPHP.com: Zend Framework Components Part 2: Zend_View&#160;by&#160;Joe McLaughlin&#8217;s Blog</dc:creator>
		<pubDate>Tue, 05 Feb 2008 10:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-66475</guid>
		<description>[...] KillerPHP.com has a new articles posted today looking at another one of the components of the Zend Framework - Zend_View.   As part of a series of articles about the Zend Framework and MVC, I&#8217;d like to take some time and cover Zend_View (the &#8216;V&#8217; in that MVC triad). [...]</description>
		<content:encoded><![CDATA[<p>[...] KillerPHP.com has a new articles posted today looking at another one of the components of the Zend Framework - Zend_View.   As part of a series of articles about the Zend Framework and MVC, I&#8217;d like to take some time and cover Zend_View (the &#8216;V&#8217; in that MVC triad). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#160; KillerPHP.com: Zend Framework Components Part 2: Zend_View&#160;by&#160;Joe McLaughlin&#8217;s Blog</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-66474</link>
		<dc:creator>&#160; KillerPHP.com: Zend Framework Components Part 2: Zend_View&#160;by&#160;Joe McLaughlin&#8217;s Blog</dc:creator>
		<pubDate>Tue, 05 Feb 2008 10:03:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-66474</guid>
		<description>[...] KillerPHP.com has a new articles posted today looking at another one of the components of the Zend Framework - Zend_View.   As part of a series of articles about the Zend Framework and MVC, I&#8217;d like to take some time and cover Zend_View (the &#8216;V&#8217; in that MVC triad). [...]</description>
		<content:encoded><![CDATA[<p>[...] KillerPHP.com has a new articles posted today looking at another one of the components of the Zend Framework - Zend_View.   As part of a series of articles about the Zend Framework and MVC, I&#8217;d like to take some time and cover Zend_View (the &#8216;V&#8217; in that MVC triad). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Lebensold</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54892</link>
		<dc:creator>Jon Lebensold</dc:creator>
		<pubDate>Tue, 15 Jan 2008 22:10:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54892</guid>
		<description>@acido69: thanks for the correction. @Matthew: Thanks for the heads up on Zend_Layout. I'm looking forward to the next minor release and the formal documentation that will be available in the Zend Framework Documentation. I think the approach I've proposed is simple and could be eventually pushed into a View_Helper when Zend_Layout is pushed out as the proper way of managing layouts in Zend.</description>
		<content:encoded><![CDATA[<p>@acido69: thanks for the correction. @Matthew: Thanks for the heads up on Zend_Layout. I&#8217;m looking forward to the next minor release and the formal documentation that will be available in the Zend Framework Documentation. I think the approach I&#8217;ve proposed is simple and could be eventually pushed into a View_Helper when Zend_Layout is pushed out as the proper way of managing layouts in Zend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: acido69</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54860</link>
		<dc:creator>acido69</dc:creator>
		<pubDate>Tue, 15 Jan 2008 19:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54860</guid>
		<description>modification in line 27-30:

....
public function postDispatch( Zend_Controller_Request_Abstract $request )
	{
		$this-&#62;getResponse()-&#62;append('footer', $this-&#62;view-&#62;render('footer.phtml',null,true));
	}</description>
		<content:encoded><![CDATA[<p>modification in line 27-30:</p>
<p>&#8230;.<br />
public function postDispatch( Zend_Controller_Request_Abstract $request )<br />
	{<br />
		$this-&gt;getResponse()-&gt;append(&#8217;footer&#8217;, $this-&gt;view-&gt;render(&#8217;footer.phtml&#8217;,null,true));<br />
	}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; KillerPHP.com: Zend Framework Components Part 2: Zend_View</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54852</link>
		<dc:creator>developercast.com &#187; KillerPHP.com: Zend Framework Components Part 2: Zend_View</dc:creator>
		<pubDate>Tue, 15 Jan 2008 17:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54852</guid>
		<description>[...] KillerPHP.com has a new articles posted today looking at another one of the components of the Zend Framework - Zend_View.   As part of a series of articles about the Zend Framework and MVC, I&#8217;d like to take some time and cover Zend_View (the &#8216;V&#8217; in that MVC triad). [...]</description>
		<content:encoded><![CDATA[<p>[...] KillerPHP.com has a new articles posted today looking at another one of the components of the Zend Framework - Zend_View.   As part of a series of articles about the Zend Framework and MVC, I&#8217;d like to take some time and cover Zend_View (the &#8216;V&#8217; in that MVC triad). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54806</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Tue, 15 Jan 2008 13:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54806</guid>
		<description>&lt;strong&gt;KillerPHP.com: Zend Framework Components Part 2: Zend_View...&lt;/strong&gt;


KillerPHP.com has a new articles posted today looking at another one ......</description>
		<content:encoded><![CDATA[<p><strong>KillerPHP.com: Zend Framework Components Part 2: Zend_View&#8230;</strong></p>
<p>KillerPHP.com has a new articles posted today looking at another one &#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Weier O'Phinney</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54780</link>
		<dc:creator>Matthew Weier O'Phinney</dc:creator>
		<pubDate>Tue, 15 Jan 2008 12:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54780</guid>
		<description>Just FYI, Zend_Layout is currently in the subversion trunk of the ZF repository, and is scheduled for the next minor release (sometime in the next six weeks). It offers loads of functionality over the plugin you've presented, and will offer a standard way to achieve layouts in Zend Framework.</description>
		<content:encoded><![CDATA[<p>Just FYI, Zend_Layout is currently in the subversion trunk of the ZF repository, and is scheduled for the next minor release (sometime in the next six weeks). It offers loads of functionality over the plugin you&#8217;ve presented, and will offer a standard way to achieve layouts in Zend Framework.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zend Framework in Action &#187; Zend_View article at KillerPHP</title>
		<link>http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54771</link>
		<dc:creator>Zend Framework in Action &#187; Zend_View article at KillerPHP</dc:creator>
		<pubDate>Tue, 15 Jan 2008 11:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.killerphp.com/articles/zend-framework-components-part-2-zend_view/#comment-54771</guid>
		<description>[...] The guys over at KillerPHP have posted a new article called Zend Framework Components Part 2: Zend_View. [...]</description>
		<content:encoded><![CDATA[<p>[...] The guys over at KillerPHP have posted a new article called Zend Framework Components Part 2: Zend_View. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
