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

getTemplateVars() — returns assigned variable value(s)

Description

array getTemplateVars(string varname);

If no parameter is given, an array of all assigned variables are returned.

Example 14.31. getTemplateVars


<?php
// get assigned template var 'foo'
$myVar = $smarty->getTemplateVars('foo');

// get all assigned template vars
$all_tpl_vars = $smarty->getTemplateVars();

// take a look at them
print_r($all_tpl_vars);
?>

   

See also assign(), {assign}, append(), clearAssign(), clearAllAssign() and getConfigVars()

Comments
No comments for this page.

Advertisement

Sponsors [info]

Sponsors