Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/fortran/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Url 如何重定向到管理中的上一页?_Url_Get_Magento 1.7_Admin - Fatal编程技术网

Url 如何重定向到管理中的上一页?

Url 如何重定向到管理中的上一页?,url,get,magento-1.7,admin,Url,Get,Magento 1.7,Admin,在我的管理控制器操作中,我想重定向到重定向到上一页?我该怎么做? 如有任何建议,将不胜感激 我正在使用Magento CE 1.7,下面的代码行确实有效 $this->_redirectReferer(); 希望这对某人有所帮助。以下代码行确实有效 $this->_redirectReferer(); 希望这能帮助别人。效果很好。我甚至在重定向之前抛出了一条成功消息:Mage::getSingleton('adminhtml/session')->addSuccess('Sent

在我的管理控制器操作中,我想重定向到重定向到上一页?我该怎么做? 如有任何建议,将不胜感激


我正在使用Magento CE 1.7,下面的代码行确实有效

$this->_redirectReferer();

希望这对某人有所帮助。

以下代码行确实有效

$this->_redirectReferer();

希望这能帮助别人。

效果很好。我甚至在重定向之前抛出了一条成功消息:Mage::getSingleton('adminhtml/session')->addSuccess('Sent label to printer');很高兴它帮了你:)效果很好。我甚至在重定向之前抛出了一条成功消息:Mage::getSingleton('adminhtml/session')->addSuccess('Sent label to printer');很高兴它帮助了你:)