Get Smarty

Donate

Paypal

Smarty Icon

You may use the Smarty logo according to the trademark notice.

Smarty Template Engine Smarty Template Engine

For sponsorship, advertising, news or other inquiries, contact us at:

Sites Using Smarty

Advertisement

Name

configLoad() — 設定ファイルのデータを読み込み、テンプレートに割り当てます。

説明

void configLoad(string file,
                string section);

設定ファイル のデータを読み込み、テンプレートに割り当てます。 これは、テンプレート関数 {config_load} とまったく同じ働きをします。

テクニカルノート

Smarty 2.4.0以降では、割り当てられたテンプレート変数は fetch() および display() の実行前後を通じて保持されます。 configLoad() から読み込まれた設定ファイルの変数は、 常にグローバルスコープです。設定ファイルは 高速に実行するためにコンパイルされます。その際には $force_compile $compile_check の設定を尊重します。

Example 13.13. configLoad()


<?php
// 設定ファイルの変数を読み込み、割り当てます
$smarty->configLoad('my.conf');

// セクションを読み込みます
$smarty->configLoad('my.conf', 'foobar');
?>

   

{config_load}getConfigVars()clearConfig() および 設定ファイルの変数 も参照してください。

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors