那是我的控制器助手:
class Application_Controller_Helper_Test extends Zend_Controller_Action_Helper_Abstract
{
public function preDispatch()
{
$this->_helper->redirector->gotoUrl('/index/index');
// ...
}
但是有错误,我无法修复:
调用
gotoUrl()
非对象的成员函数