w3-tools.com - Free Webmaster Tools and Resources
 
w3-tools.com - Free Webmaster Tools and Resources
 Free Webmaster Tools and Resources

 



Smarty Manual

This manual is provided as a courtesy. It is not an official source. Please check smarty.php.net for updated information.

Smarty Manual

Smarty Manual

get_template_vars()

get_template_vars() -- returns assigned variable value(s)

Description

array get_template_vars ( [string varname])

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

Example 13-1. get_template_vars

<?php
// 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);
?>

See also assign(), {assign}, assign_by_ref(), append(), clear_assign(), clear_all_assign() and get_config_vars()

Newsletter

Join to our newsletter and receive news and updates about our site.
Your name: 
E-mail address: 
Action: 
 

Hosted by

Search

Google
Web w3-tools.com

Links

  What is my IP? Find your IP address!     Valid XHTML 1.0 Transitional  
Copyright © 2006. by w3-tools.com. All rights reserved