検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 70 for controller (0.019 sec.)
使われているルート名を取得する 5892
« Yaf_Router::__construct Yaf_Router::getRoute » PHP Manual Yaf_Router 使われているルート名を取得 ... af_Route_Rewrite ( "/product/list/:page" , array( "controller" => "product" , "action" => "list" , ) ); $regex_r ... _Route_Rewrite ( "#^/product/info/(\d+)" , array( "controller" => "product" , "action" => "info" , ) ); $router ...
https://man.plustar.jp/php/yaf-router.getcurrentroute.html - [similar]
Yaf_Loader クラス 5850
« Yaf_View_Simple::setScriptPath Yaf_Loader::autoload » PHP Manual Yaf Yaf_Loader クラス Yaf_Loa ... 次のような規約に従います。 例5 MVC クラスのロード Controller Classes => // APPLICATION_PATH/controllers/ Model ... でないかを判断します。 例6 MVC クラスかどうかの区別 Controller Classes => // ***Controller Model Classes => // ** ... *Plugin 例を示します。 例7 MVC のロード class IndexController // APPLICATION_PATH/controllers/Index.php class Da ... フォルトのモジュールフォルダつまり "APPLICATION_PATH/controllers/" だけになります。 また、ディレクトリは yaf.lowca ...
https://man.plustar.jp/php/class.yaf-loader.html - [similar]
Yaf_Request_Http クラス 5751
« Yaf_Request_Abstract::setRouted Yaf_Request_Http::__construct » PHP Manual Yaf Yaf_Request_Htt ... etBaseUri (): void public Yaf_Request_Abstract::getControllerName (): void public Yaf_Request_Abstract::getEnv ( ... tring $uir ): bool public Yaf_Request_Abstract::setControllerName ( string $controller , bool $format_name = tru ... ted ( string $flag = ? ): void } プロパティ module controller action method params language _exception _base_uri ...
https://man.plustar.jp/php/class.yaf-request-http.html - [similar]
定義済み定数 5723
« リソース型 例 » PHP Manual Yaf 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ) YAF_ERR_NOTFOUND_MODULE ( int ) YAF_ERR_NOTFOUND_CONTROLLER ( int ) YAF_ERR_NOTFOUND_ACTION ( int ) YAF_ERR_NO ...
https://man.plustar.jp/php/yaf.constants.html - [similar]
The Pool class 5695
« Collectable::isGarbage Pool::collect » PHP Manual pthreads The Pool class The Pool class (PECL ... >= 2.0.0) はじめに A Pool is a container for, and controller of, an adjustable number of Workers. Pooling provi ...
https://man.plustar.jp/php/class.pool.html - [similar]
URLを組み立てる 5695
« Yaf_Route_Rewrite Yaf_Route_Rewrite::__construct » PHP Manual Yaf_Route_Rewrite URLを組み立てる ... Yaf_Route_Rewrite( "/product/:name/:id/*", array( 'controller' => "product", ), array() ); $router->addRoute("re ...
https://man.plustar.jp/php/yaf-route-rewrite.assemble.html - [similar]
代入した値をクリアする 5695
« Yaf_View_Simple::assignRef Yaf_View_Simple::__construct » PHP Manual Yaf_View_Simple 代入した値 ... 例1 Yaf_View_Simple::clear() の例 <?php class IndexController extends Yaf_Controller_Abstract { public function ...
https://man.plustar.jp/php/yaf-view-simple.clear.html - [similar]
値をエンジンに設定する 5695
« Yaf_View_Simple::render Yaf_View_Simple::setScriptPath » PHP Manual Yaf_View_Simple 値をエンジ ... 例1 Yaf_View_Simple::__set() の例 <?php class IndexController extends Yaf_Controller_Abstract { public function ...
https://man.plustar.jp/php/yaf-view-simple.set.html - [similar]
アプリケーションの設定 5695
« 例 Yaf_Application » PHP Manual Yaf アプリケーションの設定 アプリケーションの設定 設定内容を記 ... efaultModule "index" application.dispatcher.defaultController "index" application.dispatcher.defaultAction "inde ... アプリケーションのディレクトリ。このフォルダの中に "controllers"、"views"、"models"、"plugins" といったフォルダを ... めに使います。 例として、リクエスト URI が "/prefix/controller/action" だった場合を考えましょう。 application.bas ... Uri を "/prefix" にしておくと、 ルーティング時に "/controller/action" だけが PATH_INFO とみなされるようになります ...
https://man.plustar.jp/php/yaf.appconfig.html - [similar]
直近で発生したエラーのメッセージを取得する 5653
« Yaf_Application::getDispatcher Yaf_Application::getLastErrorNo » PHP Manual Yaf_Application 直 ... ば以下のようになります。 string(69) "Could not find controller script /tmp/notexists/controllers/Index.php" 関連キ ...
https://man.plustar.jp/php/yaf-application.getlasterrormsg.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT