Results of 1 - 10 of about 145 for simple (0.001 sec.)
- Yaf_Config_Simple クラス 9040
- « Yaf_Config_Ini::valid Yaf_Config_Simple::__construct » PHP Manual Yaf Yaf_Config_Simple クラス
... Yaf_Config_Simple クラス (Yaf >=1.0.0) はじめに クラス概要 class Yaf ... _Config_Simple extends Yaf_Config_Abstract implements Iterator , ... ray } プロパティ _config _readonly 目次 Yaf_Config_Simple::__construct — コンストラクタ Yaf_Config_Simple::c ... ount — The count purpose Yaf_Config_Simple::current — The current purpose Yaf_Config_Simple:: ...
-
https://man.plustar.jp/php/class.yaf-config-simple.html
- [similar]
- Yet Another Framework (Yaf) 8839
- « yaml_parse はじめに » PHP Manual その他の基本モジュール Yet Another Framework (Yaf) Yet Anothe
... f_Config_Ini::valid — The valid purpose Yaf_Config_Simple — Yaf_Config_Simple クラス Yaf_Config_Simple::__co ... nstruct — コンストラクタ Yaf_Config_Simple::count — The count purpose Yaf_Config_Simple::curr ... ent — The current purpose Yaf_Config_Simple::__get — The __get purpose Yaf_Config_Simple::__is ... set — The __isset purpose Yaf_Config_Simple::key — The key purpose Yaf_Config_Simple::next — T ...
-
https://man.plustar.jp/php/book.yaf.html
- [similar]
- Yaf_View_Simple クラス 8815
- « Yaf_View_Interface::setScriptPath Yaf_View_Simple::assign » PHP Manual Yaf Yaf_View_Simple クラ
... ス Yaf_View_Simple クラス (Yaf >=1.0.0) はじめに Yaf_View_Simple は Y ... ートだけに対応しています。 クラス概要 class Yaf_View_Simple implements Yaf_View_Interface { /* プロパティ */ p ... bool } プロパティ _tpl_vars _tpl_dir 目次 Yaf_View_Simple::assign — 値を代入する Yaf_View_Simple::assignRef ... — The assignRef purpose Yaf_View_Simple::clear — 代入した値をクリアする Yaf_View_Simple::_ ...
-
https://man.plustar.jp/php/class.yaf-view-simple.html
- [similar]
- Yaf_Request_Simple クラス 8520
- « Yaf_Request_Http::isXmlHttpRequest Yaf_Request_Simple::__construct » PHP Manual Yaf Yaf_Reques
... t_Simple クラス Yaf_Request_Simple クラス (Yaf >=1.0.0) はじ ... めに Yaf_Request_Simple は、 テスト用に使うためのクラスです。 つまり、特定 ... りするときに使います。 クラス概要 class Yaf_Request_Simple extends Yaf_Request_Abstract { /* 定数 */ const st ... uri uri dispatched routed 定義済み定数 Yaf_Request_Simple::SCHEME_HTTP Yaf_Request_Simple::SCHEME_HTTPS 目次 ...
-
https://man.plustar.jp/php/class.yaf-request-simple.html
- [similar]
- Yaf_Route_Simple クラス 8520
- « Yaf_Router::route Yaf_Route_Simple::assemble » PHP Manual Yaf Yaf_Route_Simple クラス Yaf_Rout
... e_Simple クラス (Yaf >=1.0.0) はじめに Yaf_Route_Simple は、 ... クエリ文字列を見てルート情報を取得します。 Yaf_Route_Simple に対して必要な設定は、 $_GET のどのキーがモジュール ... キーがアクションなのかを指定することです。 Yaf_Route_Simple::route() は常に true を返します。 そこで、 Yaf_Rou ... te_Simple はルートスタックの先頭に置く必要があります。 そうし ...
-
https://man.plustar.jp/php/class.yaf-route-simple.html
- [similar]
- Yaf_Route_Simple のコンストラクタ 8497
- « Yaf_Route_Simple::assemble Yaf_Route_Simple::route » PHP Manual Yaf_Route_Simple Yaf_Route_Simple
... ple のコンストラクタ Yaf_Route_Simple::__construct (Yaf >=1.0.0) Yaf_Route_Simple::__con ... struct — Yaf_Route_Simple のコンストラクタ 説明 public Yaf_Route_Simple::__c ... $controller_name , string $action_name ) Yaf_Route_Simple は、クエリストリングからルーティング情報を取得しま ... ー名 戻り値 常に true を返します。 例 例1 Yaf_Route_Simple::route() の例 <?php $route = new Yaf_Route_Simple ...
-
https://man.plustar.jp/php/yaf-route-simple.construct.html
- [similar]
- Yaf_View_Simple のコンストラクタ 8379
- « Yaf_View_Simple::clear Yaf_View_Simple::display » PHP Manual Yaf_View_Simple Yaf_View_Simple の
... コンストラクタ Yaf_View_Simple::__construct (Yaf >=1.0.0) Yaf_View_Simple::__cons ... truct — Yaf_View_Simple のコンストラクタ 説明 final public Yaf_View_Simple ... で短いタグを使わないようにできます。 例 例1 Yaf_View_Simple::__constructor() の例 <?php define ( "TEMPLATE_DIR ... PPLICATOIN_PATH . '/views' ); $view = new Yaf_View_Simple ( TEMPLATE_DIRECTORY , array( 'short_tag' => false ...
-
https://man.plustar.jp/php/yaf-view-simple.construct.html
- [similar]
- Yaf_Request_Simple のコンストラクタ 8261
- « Yaf_Request_Simple Yaf_Request_Simple::get » PHP Manual Yaf_Request_Simple Yaf_Request_Simple
... のコンストラクタ Yaf_Request_Simple::__construct (Yaf >=1.0.0) Yaf_Request_Simple::__c ... onstruct — Yaf_Request_Simple のコンストラクタ 説明 public Yaf_Request_Simple::_ ...
-
https://man.plustar.jp/php/yaf-request-simple.construct.html
- [similar]
- URLを組み立てる 8060
- « Yaf_Route_Simple Yaf_Route_Simple::__construct » PHP Manual Yaf_Route_Simple URLを組み立てる Y
... af_Route_Simple::assemble (Yaf >=2.3.0) Yaf_Route_Simple::assemble ... — URLを組み立てる 説明 public Yaf_Route_Simple::assemble ( array $info , array $query = ? ): stri ... eption_TypeError をスローします。 例 例1 Yaf_Route_Simple::assemble() の例 <?php $router = new Yaf_Router () ... ; $route = new Yaf_Route_Simple ( 'm' , 'c' , 'a' ); $router -> addRoute ( "simple ...
-
https://man.plustar.jp/php/yaf-route-simple.assemble.html
- [similar]
- 値をエンジンに設定する 8060
- « Yaf_View_Simple::render Yaf_View_Simple::setScriptPath » PHP Manual Yaf_View_Simple 値をエンジ
... ンに設定する Yaf_View_Simple::__set (Yaf >=1.0.0) Yaf_View_Simple::__set — 値を ... エンジンに設定する 説明 public Yaf_View_Simple::__set ( string $name , mixed $value ): void Yaf_V ... iew_Simple::assign() をもっと簡単にするもうひとつの方法です。 ... e 変数名。 value 変数の値。 戻り値 例 例1 Yaf_View_Simple::__set() の例 <?php class IndexController extends ...
-
https://man.plustar.jp/php/yaf-view-simple.set.html
- [similar]