How Can I get the variable from Smarty 3 template to the PHP? -


in php file use smarty 3 function gettemplatevars():

$mygetvar = $this->smarty->gettemplatevars('smarty_variable_in_template'); 

do mean passing variable php template?

$this->smarty->assign('variablename', 'value'); 

Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -