Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 php 文件中使用 Smarty 3 函数getTemplateVars():
$MyGetVar = $this->Smarty->getTemplateVars('smarty_variable_in_template');
你的意思是将变量从php传递给模板吗?
$this->Smarty->assign('variablename', 'value');