検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 62 for Dispatcher (0.005 sec.)
リクエストをディスパッチする 8496
« Yaf_Dispatcher::disableView Yaf_Dispatcher::enableView » PHP Manual Yaf_Dispatcher リクエストを ... ディスパッチする Yaf_Dispatcher::dispatch (Yaf >=1.0.0) Yaf_Dispatcher::dispatch — ... リクエストをディスパッチする 説明 public Yaf_Dispatcher::dispatch ( Yaf_Request_Abstract $request ): Yaf_R ... esponse_Abstract このメソッドが、 Yaf_Dispatcher の主要な作業をします。 リクエストオブジェクトを受け ... スポンス ローディングが発生するのは一度だけで、 Yaf_Dispatcher::dispatch() が呼ばれたときの リクエストオブジェクト ...
https://man.plustar.jp/php/yaf-dispatcher.dispatch.html - [similar]
Yet Another Framework (Yaf) 8467
« yaml_parse はじめに » PHP Manual その他の基本モジュール Yet Another Framework (Yaf) Yet Anothe ... getConfig — 設定情報を取得する Yaf_Application::getDispatcher — Yaf_Dispatcher のインスタンスを取得する Yaf_Appl ... strap_Abstract — Yaf_Bootstrap_Abstract クラス Yaf_Dispatcher — Yaf_Dispatcher クラス Yaf_Dispatcher::autoRender ... — 自動レンダリングのオン/オフを切り替える Yaf_Dispatcher::catchException — 例外のキャッチのオン/オフを切り替 ... える Yaf_Dispatcher::__construct — Yaf_Dispatcher のコンストラクタ Yaf ...
https://man.plustar.jp/php/book.yaf.html - [similar]
ルーターのインスタンスを取得する 8409
« Yaf_Dispatcher::getRequest Yaf_Dispatcher::initView » PHP Manual Yaf_Dispatcher ルーターのイン ... スタンスを取得する Yaf_Dispatcher::getRouter (Yaf >=1.0.0) Yaf_Dispatcher::getRouter ... — ルーターのインスタンスを取得する 説明 public Yaf_Dispatcher::getRouter (): Yaf_Router パラメータ この関数にはパ ... 戻り値 関連キーワード: Yaf , インスタンス , 取得 , Dispatcher , getRouter , パラメータ , getRequest , initView , ...
https://man.plustar.jp/php/yaf-dispatcher.getrouter.html - [similar]
リクエストのインスタンスを取得する 8351
« Yaf_Dispatcher::getInstance Yaf_Dispatcher::getRouter » PHP Manual Yaf_Dispatcher リクエストの ... インスタンスを取得する Yaf_Dispatcher::getRequest (Yaf >=1.0.0) Yaf_Dispatcher::getReque ... リクエストのインスタンスを取得する 説明 public Yaf_Dispatcher::getRequest (): Yaf_Request_Abstract パラメータ こ ... キーワード: Yaf , リクエスト , インスタンス , 取得 , Dispatcher , getRequest , パラメータ , getInstance , getRoute ...
https://man.plustar.jp/php/yaf-dispatcher.getrequest.html - [similar]
アプリケーションを取得する 8149
« Yaf_Dispatcher::flushInstantly Yaf_Dispatcher::getDefaultAction » PHP Manual Yaf_Dispatcher... プリケーションを取得する Yaf_Dispatcher::getApplication (Yaf >=1.0.0) Yaf_Dispatcher::getA ... ation — アプリケーションを取得する 説明 public Yaf_Dispatcher::getApplication (): Yaf_Application Yaf_Applicatio ... する 関連キーワード: Yaf , 取得 , アプリケーション , Dispatcher , インスタンス , app , パラメータ , flushInstantly ...
https://man.plustar.jp/php/yaf-dispatcher.getapplication.html - [similar]
ビューのレンダリングを無効にする 8033
« Yaf_Dispatcher::__construct Yaf_Dispatcher::dispatch » PHP Manual Yaf_Dispatcher ビューのレンダ ... リングを無効にする Yaf_Dispatcher::disableView (Yaf >=1.0.0) Yaf_Dispatcher::disable ... — ビューのレンダリングを無効にする 説明 public Yaf_Dispatcher::disableView (): bool ビューエンジンを無効にします ... ラメータはありません。 戻り値 関連キーワード: Yaf , Dispatcher , disableView , パラメータ , アクション , 利用 , 回 ...
https://man.plustar.jp/php/yaf-dispatcher.disableview.html - [similar]
カスタムビューエンジンを設定する 7730
« Yaf_Dispatcher::setRequest Yaf_Dispatcher::throwException » PHP Manual Yaf_Dispatcher カスタム ... ビューエンジンを設定する Yaf_Dispatcher::setView (Yaf >=1.0.0) Yaf_Dispatcher::setView — カ ... スタムビューエンジンを設定する 説明 public Yaf_Dispatcher::setView ( Yaf_View_Interface $view ): Yaf_Dispatc ... this -> _smarty -> fetch ( $name ); } } ?> 例2 Yaf_Dispatcher::setView() の例 <?php class Bootstrap extends Yaf_ ... ( 'Smarty' ); } public function _initSmarty ( Yaf_Dispatcher $dispatcher ) { $smarty = new Smarty_Adapter ( nul ...
https://man.plustar.jp/php/yaf-dispatcher.setview.html - [similar]
使われているルート名を取得する 7210
« Yaf_Router::__construct Yaf_Router::getRoute » PHP Manual Yaf_Router 使われているルート名を取得 ... g" , $config ); } public function _initRoute ( Yaf_Dispatcher $dispatcher ) { $router = $dispatcher -> getRouter ... ster plugin */ public function __initPlugins ( Yaf_Dispatcher $dispatcher ) { $dispatcher -> registerPlugin (new ... Yaf_Response_Abstract $response ) { var_dump ( Yaf_Dispatcher :: getInstance ()-> getRouter ()-> getCurrentRoute ...
https://man.plustar.jp/php/yaf-router.getcurrentroute.html - [similar]
Yaf_Dispatcher のインスタンスを取得する 7181
« Yaf_Application::getConfig Yaf_Application::getLastErrorMsg » PHP Manual Yaf_Application Yaf_Dispatcher ... tcher のインスタンスを取得する Yaf_Application::getDispatcher (Yaf >=1.0.0) Yaf_Application::getDispatcher — Yaf ... _Dispatcher のインスタンスを取得する 説明 public Yaf_Applicati ... on::getDispatcher (): Yaf_Dispatcher パラメータ この関数にはパラメー ... タはありません。 戻り値 例 例1 Yaf_Application::getDispatcher() の例 <?php $config = array( "application" => arr ...
https://man.plustar.jp/php/yaf-application.getdispatcher.html - [similar]
Yaf_Application のコンストラクタ 6979
« Yaf_Application::clearLastError Yaf_Application::__destruct » PHP Manual Yaf_Application Yaf_A ... ibrary = APPLICATION_PATH . "/library" application.dispatcher.throwException=1 application.dispatcher.catchExcep ... p ;the view template ext name ap.view.ext=phtml ap.dispatcher.defaultModuel=Index ap.dispatcher.defaultControlle ... r=Index ap.dispatcher.defaultAction=index ;defined modules ap.modules=In ... 考 Yaf_Config_Ini 関連キーワード: Yaf , construct , dispatcher , 設定 , ext , Index , defined , PATH , セクション ...
https://man.plustar.jp/php/yaf-application.construct.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT