标签: php smarty
在php文件中使用Smarty 3函数 getTemplateVars():
$MyGetVar = $this->Smarty->getTemplateVars('smarty_variable_in_template');
答案 0 :(得分:0)
你的意思是将变量从php传递给模板吗?
$this->Smarty->assign('variablename', 'value');