smarty template engine
Thursday, January 08, 2009  
download | documentation | faq | forum | mailing lists | changelog | contribs 


search for in the  


get_template_vars

array get_template_vars ( [string varname])

Isso retorna o valor de uma variável fixada. Se nenhum parâmetro é dado, um array de todas as variávels fixadas é retornado.

Exemplo 13-17. get_template_vars

// get assigned template var 'foo'
$foo = $smarty->get_template_vars('foo');

// get all assigned template vars
$tpl_vars = $smarty->get_template_vars();

// take a look at them
print_r($tpl_vars);



 

credits 

Smarty Copyright © 2002-2008
New Digital Group, Inc.

All rights reserved.