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

get_template_vars() — 割り当てられた変数の値を返します。

説明

array get_template_vars(string varname);

パラメータが与えられない場合は、 全ての 割り当てられた 変数の配列を返します。

Example 13.18. get_template_vars


<?php
// 割り当てられたテンプレート変数'foo'を取得します
$myVar = $smarty->get_template_vars('foo');

// 割り当てられたテンプレートの全ての変数を取得します
$all_tpl_vars = $smarty->get_template_vars();

// では見てみましょう
print_r($all_tpl_vars);
?>

   

assign(){assign}append()clear_assign()clear_all_assign() および get_config_vars() も参照してください。

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors