View Single Post
  #2  
Old 06-09-2005, 03:39 PM
 
swaylock swaylock is offline
 

Newbie
  
Join Date: Dec 2004
Posts: 3
 

Default this may be the answer

From the smarty site faqs

Q: Is there an instruction to get all vars assigned to a template? (Mattia)

A: Yes, using get_template_vars (Oscar Fernandez Sierra):

// get all assigned template vars
$tpl_vars = $smarty->get_template_vars();
// take a look at them
var_dump($tpl_vars);
__________________
Mike Paler
X-Cart Pro 4.0
Swaylock\'s Surfboard Design Forum
http://www.swaylocks.com
Reply With Quote