2010-06-09 42 views

回答

0

此代碼段會幫助你

$request->setModuleName("module")->setControllerName("error") 
        ->setActionName("error")->setDispatched(true); 

,或者您可以使用以及

$redirector = 
    Zend_Controller_Action_HelperBroker::getStaticHelper('redirector'); 

參考文檔more information

+0

我覺得這是更好地向前看,而不是重定向到一個錯誤頁面。只需通過轉發在當前請求uri上顯示錯誤,然後用戶就可以刷新頁面或返回。 – 2010-06-12 12:26:00