2
Possible Duplicate:
Is there a way to redirect the browser from the bootstrap in Zend Framework?從Zend Bootstrap重定向?
我試圖在引導文件重定向...
$this->_redirector->gotoUrl($url);
我得到這個錯誤:
Fatal error: Call to a member function gotoUrl() on a non-object
我怎麼能說gotoUrl()從引導?