0
這是我的控制器助手:Zend框架:從動作助手重定向
class Application_Controller_Helper_Test extends Zend_Controller_Action_Helper_Abstract
{
public function preDispatch()
{
$this->_helper->redirector->gotoUrl('/index/index');
// ...
}
但有錯誤,我無法修復:如果您想從一個動作助手重定向
Call to a member function
gotoUrl()
on a non-object
我不知道爲什麼,但不能打開的索引/指數:火狐告訴:本網頁沒有正確重定向 – Defense
我已經編輯我的答案。 – Florent
嗯,再次同樣的錯誤:該頁面沒有正確重定向 – Defense