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.17. get_template_vars


<?php
// получаем назначенную переменную шаблона 'foo'
$foo = $smarty->get_template_vars('foo');

// получаем все назначенные переменные шаблона
$tpl_vars = $smarty->get_template_vars();

// поглядим, что из этого вышло
print_r($tpl_vars);
?>

   

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors