<?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: An object assigning action helper</title>
	<atom:link href="http://naneau.nl/2007/06/10/an-object-assigning-action-helper/feed/" rel="self" type="application/rss+xml" />
	<link>http://naneau.nl/2007/06/10/an-object-assigning-action-helper/</link>
	<description>Go dik-dik, go!</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:00:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: medoDetsdiom</title>
		<link>http://naneau.nl/2007/06/10/an-object-assigning-action-helper/comment-page-1/#comment-36140</link>
		<dc:creator>medoDetsdiom</dc:creator>
		<pubDate>Sat, 27 Dec 2008 22:04:36 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/06/10/an-object-assigning-action-helper/#comment-36140</guid>
		<description>mcpmczfazmieqojrwell, hi admin adn people nice forum indeed. how&#039;s life? hope it&#039;s introduce branch ;)</description>
		<content:encoded><![CDATA[<p>mcpmczfazmieqojrwell, hi admin adn people nice forum indeed. how&#8217;s life? hope it&#8217;s introduce branch <img src='http://naneau.nl/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo Trompert</title>
		<link>http://naneau.nl/2007/06/10/an-object-assigning-action-helper/comment-page-1/#comment-2902</link>
		<dc:creator>Ivo Trompert</dc:creator>
		<pubDate>Thu, 27 Sep 2007 12:05:48 +0000</pubDate>
		<guid isPermaLink="false">http://naneau.nl/2007/06/10/an-object-assigning-action-helper/#comment-2902</guid>
		<description>Good post!

I have one question about it:
If I assign a database object I have no problems, but if I try to assign the Zend_Controller_Action_Helper_Redirector I get the following error:

Fatal error: Call to a member function getRequest() on a non-object in /storage/wwwroot/Zend/Controller/Action/Helper/Abstract.php.

I setup the assign class in the bootstrap file like this:
$assign = new Naneau_Action_Helper_Assign();
Zend_Controller_Action_HelperBroker::addHelper($assign);
$_redirecter = new Zend_Controller_Action_Helper_Redirector();
Zend_Debug::dump($_redirecter);
$assign-&gt;assign(&#039;redirecter&#039;, $_redirecter);

And I use the Redirector helper like this:
$this-&gt;_redirecter-&gt;direct(&#039;view&#039;);

Can someone pleas help me?

thnx</description>
		<content:encoded><![CDATA[<p>Good post!</p>
<p>I have one question about it:<br />
If I assign a database object I have no problems, but if I try to assign the Zend_Controller_Action_Helper_Redirector I get the following error:</p>
<p>Fatal error: Call to a member function getRequest() on a non-object in /storage/wwwroot/Zend/Controller/Action/Helper/Abstract.php.</p>
<p>I setup the assign class in the bootstrap file like this:<br />
$assign = new Naneau_Action_Helper_Assign();<br />
Zend_Controller_Action_HelperBroker::addHelper($assign);<br />
$_redirecter = new Zend_Controller_Action_Helper_Redirector();<br />
Zend_Debug::dump($_redirecter);<br />
$assign-&gt;assign(&#8216;redirecter&#8217;, $_redirecter);</p>
<p>And I use the Redirector helper like this:<br />
$this-&gt;_redirecter-&gt;direct(&#8216;view&#8217;);</p>
<p>Can someone pleas help me?</p>
<p>thnx</p>
]]></content:encoded>
	</item>
</channel>
</rss>
