<?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: Calling a View Helper from inside another View Helper in Zend Framework</title>
	<atom:link href="http://www.leftcolumn.net/2009/01/15/calling-a-view-helper-from-inside-another-view-helper-in-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.leftcolumn.net/2009/01/15/calling-a-view-helper-from-inside-another-view-helper-in-zend-framework/</link>
	<description>Covering Mac OS X, Mac Software, and other stuff</description>
	<lastBuildDate>Tue, 29 Nov 2011 04:28:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Joe</title>
		<link>http://www.leftcolumn.net/2009/01/15/calling-a-view-helper-from-inside-another-view-helper-in-zend-framework/comment-page-1/#comment-304</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 10 Jun 2010 23:48:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=35#comment-304</guid>
		<description>Thanks for that... for some reason I have never found the ZF documentation too useful, but the devzone stuff is great... cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for that&#8230; for some reason I have never found the ZF documentation too useful, but the devzone stuff is great&#8230; cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Behrng No</title>
		<link>http://www.leftcolumn.net/2009/01/15/calling-a-view-helper-from-inside-another-view-helper-in-zend-framework/comment-page-1/#comment-303</link>
		<dc:creator>Behrng No</dc:creator>
		<pubDate>Thu, 10 Jun 2010 05:09:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=35#comment-303</guid>
		<description>Hi this is a link
http://devzone.zend.com/article/3412</description>
		<content:encoded><![CDATA[<p>Hi this is a link<br />
<a href="http://devzone.zend.com/article/3412" rel="nofollow">http://devzone.zend.com/article/3412</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bibek</title>
		<link>http://www.leftcolumn.net/2009/01/15/calling-a-view-helper-from-inside-another-view-helper-in-zend-framework/comment-page-1/#comment-274</link>
		<dc:creator>Bibek</dc:creator>
		<pubDate>Wed, 16 Dec 2009 03:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=35#comment-274</guid>
		<description>The post and the comment both were a help. 
I was getting NULL with var_dump($this-&gt;view) since I hadn&#039;t extended Zend_View_Helper_Abstract.

Cheers</description>
		<content:encoded><![CDATA[<p>The post and the comment both were a help.<br />
I was getting NULL with var_dump($this-&gt;view) since I hadn&#8217;t extended Zend_View_Helper_Abstract.</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.leftcolumn.net/2009/01/15/calling-a-view-helper-from-inside-another-view-helper-in-zend-framework/comment-page-1/#comment-136</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 07 Apr 2009 22:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=35#comment-136</guid>
		<description>Thanks Mike, I hadn&#039;t noticed that this had been added. I&#039;ll give it a go next time. I&#039;ll leave this post up in case anyone is using an old version of the Zend Framework...</description>
		<content:encoded><![CDATA[<p>Thanks Mike, I hadn&#8217;t noticed that this had been added. I&#8217;ll give it a go next time. I&#8217;ll leave this post up in case anyone is using an old version of the Zend Framework&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike van Lammeren</title>
		<link>http://www.leftcolumn.net/2009/01/15/calling-a-view-helper-from-inside-another-view-helper-in-zend-framework/comment-page-1/#comment-134</link>
		<dc:creator>Mike van Lammeren</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:13:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.leftcolumn.net/?p=35#comment-134</guid>
		<description>Hi Joe!

Thanks to your post, I found the answer to this problem. However, I suspect that your information is a little out of date.

In v1.7.6 of the Zend Framework, the current stable version, the Zend_View_Helper_Abstract class has a public $view variable and public setView() class, so as long as your view helpers have extended Zend_View_Helper_Abstract, then you can access other helpers like this:

$this-&gt;view-&gt;anyHelperYouLike();</description>
		<content:encoded><![CDATA[<p>Hi Joe!</p>
<p>Thanks to your post, I found the answer to this problem. However, I suspect that your information is a little out of date.</p>
<p>In v1.7.6 of the Zend Framework, the current stable version, the Zend_View_Helper_Abstract class has a public $view variable and public setView() class, so as long as your view helpers have extended Zend_View_Helper_Abstract, then you can access other helpers like this:</p>
<p>$this-&gt;view-&gt;anyHelperYouLike();</p>
]]></content:encoded>
	</item>
</channel>
</rss>

