<?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_View: Access the view from a view helper</title>
	<atom:link href="http://akrabat.com/zend-framework/zend_view-access-the-view-from-a-view-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/zend-framework/zend_view-access-the-view-from-a-view-helper/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Wed, 08 Feb 2012 14:36:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend_view-access-the-view-from-a-view-helper/#comment-18687</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Fri, 07 Dec 2007 21:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/06/zend_view-access-the-view-from-a-view-helper/#comment-18687</guid>
		<description>Mary,

Generally, you use this when you need to access other view helpers. In the example, I needed access to the escape() view helper from within another one.

The easiest way is to wrap up the boring bit into a parent class and then it&#039;s available whenever you need it without any extra work.

Does that make sense?

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Mary,</p>
<p>Generally, you use this when you need to access other view helpers. In the example, I needed access to the escape() view helper from within another one.</p>
<p>The easiest way is to wrap up the boring bit into a parent class and then it's available whenever you need it without any extra work.</p>
<p>Does that make sense?</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary</title>
		<link>http://akrabat.com/zend-framework/zend_view-access-the-view-from-a-view-helper/#comment-18683</link>
		<dc:creator>Mary</dc:creator>
		<pubDate>Fri, 07 Dec 2007 18:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/06/zend_view-access-the-view-from-a-view-helper/#comment-18683</guid>
		<description>When would you want to use this technique? I mean, what does it do? I realize this is painfully noob of me (realize that I am new to programming... sorry) but I don&#039;t see what this buys me.</description>
		<content:encoded><![CDATA[<p>When would you want to use this technique? I mean, what does it do? I realize this is painfully noob of me (realize that I am new to programming... sorry) but I don't see what this buys me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/zend-framework/zend_view-access-the-view-from-a-view-helper/#comment-18671</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Fri, 07 Dec 2007 09:58:26 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/06/zend_view-access-the-view-from-a-view-helper/#comment-18671</guid>
		<description>The joy of Wordpress :)

Thanks!

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>The joy of WordPress :)</p>
<p>Thanks!</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harro</title>
		<link>http://akrabat.com/zend-framework/zend_view-access-the-view-from-a-view-helper/#comment-18670</link>
		<dc:creator>Harro</dc:creator>
		<pubDate>Fri, 07 Dec 2007 09:49:44 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/2007/12/06/zend_view-access-the-view-from-a-view-helper/#comment-18670</guid>
		<description>You need to add an extra slash for the  \\n and \\t, they are getting escaped out ;)</description>
		<content:encoded><![CDATA[<p>You need to add an extra slash for the  \\n and \\t, they are getting escaped out ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

