コード例 #1
0
ファイル: Abstract.php プロジェクト: enriquesomolinos/Bengine
 /**
  * Called when no action method has been found.
  *
  * @return Bengine_Comm_Controller_Abstract
  */
 protected function norouteAction()
 {
     $this->assign("page", Core::getLang()->get("ERROR_404"));
     return parent::norouteAction();
 }