如何从Smarty 3模板获取变量到PHP?

时间:2013-10-06 13:37:52

标签: php smarty

在php文件中使用Smarty 3函数 getTemplateVars()

$MyGetVar = $this->Smarty->getTemplateVars('smarty_variable_in_template');

1 个答案:

答案 0 :(得分:0)

你的意思是将变量从php传递给模板吗?

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