Controller基底クラス
Located in /Envi/sample_contents/ctrl/mainController.class.php [line 14]
EnviMVC_ControllerBase | --mainController
Methods
Inherited From EnviMVC_ControllerBase
EnviMVC_ControllerBase::$_action EnviMVC_ControllerBase::$_action_chain EnviMVC_ControllerBase::$_controll_mode EnviMVC_ControllerBase::$_data EnviMVC_ControllerBase::$_dbi EnviMVC_ControllerBase::$_EB EnviMVC_ControllerBase::$_error EnviMVC_ControllerBase::$_form EnviMVC_ControllerBase::$_global_data EnviMVC_ControllerBase::$_info EnviMVC_ControllerBase::$_kill EnviMVC_ControllerBase::$_module EnviMVC_ControllerBase::$_plugin EnviMVC_ControllerBase::$_request_action EnviMVC_ControllerBase::$_request_module EnviMVC_ControllerBase::$_system_ini EnviMVC_ControllerBase::$_user
EnviMVC_ControllerBase::EnviMVC_ControllerBase() Constructor EnviMVC_ControllerBase::forward() 他のアクションに処理を明渡す EnviMVC_ControllerBase::getDBI() DBI オブジェクトを返します EnviMVC_ControllerBase::getGlobalData() INIで設定した、GLOBALデータを取得する EnviMVC_ControllerBase::getPassInfo() 3桁目以降のパスインフォ EnviMVC_ControllerBase::getRequestAction() 大元のアクションを取得 EnviMVC_ControllerBase::getRequestModule() 大元のモジュールを取得 EnviMVC_ControllerBase::getThisAction() 今のアクションを取得 EnviMVC_ControllerBase::getThisModule() 今のモジュールを取得 EnviMVC_ControllerBase::go() アクションを連続して実行して、出力を受け取る EnviMVC_ControllerBase::hasPassInfo() 3桁目以降のパスインフォがあるかどうか EnviMVC_ControllerBase::isKill() 処理を取りやめるべき状態かどうか EnviMVC_ControllerBase::kill() 処理を取りやめ、controllerをshutDownします。 EnviMVC_ControllerBase::makeUrl() 規則に従ったURLを作成する EnviMVC_ControllerBase::redirect() 他のURLにリダイレクトする EnviMVC_ControllerBase::setActionChain() アクションを連続して実行する準備をする EnviMVC_ControllerBase::unsetActionChain() アクションチェインしたアクションを実行リストから削除する EnviMVC_ControllerBase::usePlugin() EnviMVC_ControllerBase::_action403Error() EnviMVC_ControllerBase::_action404Error() EnviMVC_ControllerBase::_initialize() EnviMVC_ControllerBase::_module404Error() EnviMVC_ControllerBase::_shutDown() EnviMVC_ControllerBase::_view404Error()
mainController mainController( )
Constructor