<rss version="2.0">
		<channel>
			<title>Akelos PHP Framework Forum - Calling another helper from a helper</title>
			<lastBuildDate>Fri, 10 Sep 2010 08:04:01 +0200</lastBuildDate>
			<link>http://forum.akelos.org/</link>
			<description></description>
			<generator>
				Lussumo Vanilla 1.1.4 &amp; Feed Publisher
			</generator>
			<item>
		<title>Calling another helper from a helper</title>
		<link>http://forum.akelos.org/discussion/23/?Focus=134#Comment_134</link>
		<guid isPermaLink="false">http://forum.akelos.org/discussion/23/?Focus=134#Comment_134</guid>
		<pubDate>Sun, 05 Aug 2007 09:24:27 +0200</pubDate>
		<author>iJyrki</author>
		<description>
			<![CDATA[ <p>Hello again!</p>

<p>Is it possible to call another helper from a helper, e.g. url_helper from application_helper?</p>

<p>Thanks for your help!
-jyrki</p>
 ]]>
		</description>
	</item>
	<item>
		<title>Calling another helper from a helper</title>
		<link>http://forum.akelos.org/discussion/23/?Focus=135#Comment_135</link>
		<guid isPermaLink="false">http://forum.akelos.org/discussion/23/?Focus=135#Comment_135</guid>
		<pubDate>Sun, 05 Aug 2007 11:22:47 +0200</pubDate>
		<author>bermi</author>
		<description>
			<![CDATA[ <p>You can do this via the $this->_controller reference, but your helper needs to extend AkActionViewHelper</p>

<p>Here is an example</p>

<pre><code>class ApplicationHelper extends AkActionViewHelper
{
    function app_link_to($name, $options)
    {
        return $this-&gt;_controller-&gt;url_helper-&gt;link_to($name, $options);
    }
}
</code></pre>
 ]]>
		</description>
	</item>
	<item>
		<title>Calling another helper from a helper</title>
		<link>http://forum.akelos.org/discussion/23/?Focus=136#Comment_136</link>
		<guid isPermaLink="false">http://forum.akelos.org/discussion/23/?Focus=136#Comment_136</guid>
		<pubDate>Sun, 05 Aug 2007 11:45:46 +0200</pubDate>
		<author>iJyrki</author>
		<description>
			<![CDATA[ <p>Thanks. I had tried the approach previously but failed. Now it works. Propably I just forgot a letter or so...</p>

<p>-jyrki</p>
 ]]>
		</description>
	</item>
	
		</channel>
	</rss>