それが私のコントローラーヘルパーです:
class Application_Controller_Helper_Test extends Zend_Controller_Action_Helper_Abstract
{
public function preDispatch()
{
$this->_helper->redirector->gotoUrl('/index/index');
// ...
}
しかし、私が修正できないエラーがあります:
gotoUrl()
非オブジェクトのメンバー関数の呼び出し