<?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: Setting a Zend Framework _redirect Referer</title>
	<atom:link href="/2010/04/21/setting-a-zend-framework-_redirect-referer/feed/" rel="self" type="application/rss+xml" />
	<link>/2010/04/21/setting-a-zend-framework-_redirect-referer/</link>
	<description>on web development</description>
	<lastBuildDate>Fri, 26 Oct 2018 21:40:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>By: PhpZend</title>
		<link>/2010/04/21/setting-a-zend-framework-_redirect-referer/comment-page-1/#comment-13044</link>
		<dc:creator><![CDATA[PhpZend]]></dc:creator>
		<pubDate>Sun, 16 May 2010 08:18:32 +0000</pubDate>
		<guid isPermaLink="false">/?p=1466#comment-13044</guid>
		<description><![CDATA[i forgot, 
//example 3

in your view send: 
$backurl = urlencode($this-&#062;Url());

in your action:
$this-&#062;_helper-&#062;getHelper(‘Redirector’)-&#062;gotoUrl(urldecode($backurl))]]></description>
		<content:encoded><![CDATA[<p>i forgot,<br />
//example 3</p>
<p>in your view send:<br />
$backurl = urlencode($this-&gt;Url());</p>
<p>in your action:<br />
$this-&gt;_helper-&gt;getHelper(‘Redirector’)-&gt;gotoUrl(urldecode($backurl))</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhpZend</title>
		<link>/2010/04/21/setting-a-zend-framework-_redirect-referer/comment-page-1/#comment-13043</link>
		<dc:creator><![CDATA[PhpZend]]></dc:creator>
		<pubDate>Sun, 16 May 2010 08:14:43 +0000</pubDate>
		<guid isPermaLink="false">/?p=1466#comment-13043</guid>
		<description><![CDATA[other ways to do

//example 1
$this-&#062;_helper-&#062;getHelper(&#039;Redirector&#039;)-&#062;gotoSimple(&#039;action&#039;, &#039;controller&#039;, &#039;module&#039;, array(&#039;param1&#039; =&#062; $value1, &#039;param2&#039;=&#062;$value2));

//example 2
return $this-&#062;_forward(&#039;action&#039;,&#039;controller&#039;,&#039;module&#039;, array(&#039;param1&#039;=&#062;$param1));]]></description>
		<content:encoded><![CDATA[<p>other ways to do</p>
<p>//example 1<br />
$this-&gt;_helper-&gt;getHelper(&#8216;Redirector&#8217;)-&gt;gotoSimple(&#8216;action&#8217;, &#8216;controller&#8217;, &#8216;module&#8217;, array(&#8216;param1&#8217; =&gt; $value1, &#8216;param2&#8217;=&gt;$value2));</p>
<p>//example 2<br />
return $this-&gt;_forward(&#8216;action&#8217;,&#8217;controller&#8217;,&#8217;module&#8217;, array(&#8216;param1&#8217;=&gt;$param1));</p>
]]></content:encoded>
	</item>
</channel>
</rss>
