Results of 1 - 10 of about 39 for bootstrap (0.001 sec.)
- ブートストラップをコールする 13062
- « Yaf_Application::app Yaf_Application::clearLastError » PHP Manual Yaf_Application ブートストラ
... ップをコールする Yaf_Application::bootstrap (Yaf >=1.0.0) Yaf_Application::bootstrap — ブートス ... トラップをコールする 説明 public Yaf_Application::bootstrap ( Yaf_Bootstrap_Abstract $bootstrap = ? ): void ブ ... まる名前のすべてのメソッドを その定義順に実行します。bootstrap パラメータを省略した場合は、 application.directory ... からブートストラップを探します。 パラメータ bootstrap Yaf_Bootstrap_Abstract のインスタンス。 戻り値 Yaf ...
-
https://man.plustar.jp/php/yaf-application.bootstrap.html
- [similar]
- Yaf_Bootstrap_Abstract クラス 12733
- « Yaf_Application::setAppDirectory Yaf_Dispatcher » PHP Manual Yaf Yaf_Bootstrap_Abstract クラス
... Yaf_Bootstrap_Abstract クラス (No version information available, ... ーが自前のブートストラップクラスを定義するには、 Yaf_Bootstrap_Abstract を継承します。 ブートストラップクラスで定 ... で始まるものがすべて、定義した順に Yaf_Application::bootstrap() から呼ばれます。 例 例1 ブートストラップの例 <?p ... hp /* ブートストラップクラスは ./application/Bootstrap.php で定義しないといけません */ class Bootstrap ex ...
-
https://man.plustar.jp/php/class.yaf-bootstrap-abstract.html
- [similar]
- Bootstrapping 12201
- « Functional API parallel\run » PHP Manual Functional API Bootstrapping parallel\bootstrap (1.0.
... 0) parallel\bootstrap — Bootstrapping 説明 parallel\bootstrap ( string $ ... file ): void Shall use the provided file to bootstrap all runtimes created for automatic scheduling via ... rallel\run() . パラメータ file Path to the file to bootstrap all runtimes. 戻り値 値を返しません。 エラー / 例外 ... 警告 Shall throw parallel\Runtime\Error\Bootstrap if previously called for this process. 警告 Shall ...
-
https://man.plustar.jp/php/parallel.bootstrap.html
- [similar]
- Runtime Construction 10133
- « parallel\Runtime parallel\Runtime::run » PHP Manual parallel\Runtime Runtime Construction para
... construct () Shall construct a new runtime without bootstrapping. public parallel\Runtime::__construct ( string ... $bootstrap ) Shall construct a bootstrapped runtime. パラメー ... タ bootstrap The location of a bootstrap file, generally an aut ... d not be created 警告 Shall throw parallel\Runtime\Bootstrap if bootstrapping failed 関連キーワード: Runtime , ...
-
https://man.plustar.jp/php/parallel-runtime.construct.html
- [similar]
- プラグインを登録する 8786
- « Yaf_Dispatcher::initView Yaf_Dispatcher::returnResponse » PHP Manual Yaf_Dispatcher プラグイン
... 。ふつうは、プラグインの登録はブートストラップ ( Yaf_Bootstrap_Abstract を参照) で行います。 パラメータ plugin 戻 ... Yaf_Dispatcher::registerPlugin() の例 <?php class Bootstrap extends Yaf_Bootstrap_Abstract { public function _ ... gin ( $user ); } } ?> 参考 Yaf_Plugin_Abstract Yaf_Bootstrap_Abstract 関連キーワード: Yaf , 登録 , Dispatcher , ...
-
https://man.plustar.jp/php/yaf-dispatcher.registerplugin.html
- [similar]
- Functional API 8598
- « Philosophy parallel\bootstrap » PHP Manual parallel Functional API Functional API The parallel
... ons for the programmer: all executing runtimes are bootstrapped identically scheduling is determined by the API ... functional API should be preferred. 目次 parallel\bootstrap — Bootstrapping parallel\run — Execution 関連キーワ ... Functional , provides , programmer , functional , bootstrap , runtimes , run , control , applications , guaran ...
-
https://man.plustar.jp/php/functional.parallel.html
- [similar]
- 例 8551
- « solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す
... ); ?> 例2 インデックスに文書を追加 <?php include "bootstrap.php" ; $options = array ( 'hostname' => SOLR_SERVE ... ) ) 例3 ある文書を他の文書にマージ <?php include "bootstrap.php" ; $doc = new SolrDocument (); $second_doc = n ... 文書を検索 - SolrObject レスポンス <?php include "bootstrap.php" ; $options = array ( 'hostname' => SOLR_SERVE ... 文書を検索 - SolrDocument レスポンス <?php include "bootstrap.php" ; $options = array ( 'hostname' => SOLR_SERVE ...
-
https://man.plustar.jp/php/solr.examples.html
- [similar]
- Yaf_Application クラス 8457
- « アプリケーションの設定 Yaf_Application::app » PHP Manual Yaf Yaf_Application クラス Yaf_Applic
... $envrion = ? ) public static app (): mixed public bootstrap ( Yaf_Bootstrap_Abstract $bootstrap = ? ): void pu ... ケーションのインスタンスを取得する Yaf_Application::bootstrap — ブートストラップをコールする Yaf_Application::cl ... cted , アプリケーション , app , string , environ , bootstrap ...
-
https://man.plustar.jp/php/class.yaf-application.html
- [similar]
- Yaf_Plugin_Abstract クラス 8254
- « Yaf_Loader::setLibraryPath Yaf_Plugin_Abstract::dispatchLoopShutdown » PHP Manual Yaf Yaf_Plug
... な場面で呼ばれます。 例 例1 プラグインの例 <?php /* bootstrap class should be defined under ./application/Bootst ... rap.php */ class Bootstrap extends Yaf_Bootstrap_Abstract { public function _ ... ); $app = new Yaf_Application ( $config ); $app -> bootstrap ()-> run (); ?> 上の例の出力は、 たとえば以下のよう ...
-
https://man.plustar.jp/php/class.yaf-plugin-abstract.html
- [similar]
- 例 8066
- « 定義済み定数 アプリケーションの設定 » PHP Manual Yaf 例 例 例1 標準的なアプリケーションのディレ
... ion.ini // アプリケーションの設定 - application/ - Bootstrap.php + controllers - Index.php // デフォルトのコント ... LICATION_PATH . "/conf/application.ini" ); $app -> bootstrap () // Bootstrap.php で定義した bootstrap メソッドを ...
-
https://man.plustar.jp/php/yaf.tutorials.html
- [similar]