可以使用下面的代码从php传递到tpl:
PHP:
$smarty->assign('variable',$foo);
第三方物流:
{$variable}
但我不知道是否有可能将变量从tpl传递到php…
发布于 2016-04-14 03:32:26
我从来没有尝试过,但是看看get_template_vars()和{php} tag。也许这就是你要找的。
https://stackoverflow.com/questions/36607700
相似问题