是否可以将变量从tpl文件传递到php文件?

时间:2016-04-13 19:21:21

标签: php smarty

可以通过这个传递从php到tpl:

PHP:

  $smarty->assign('variable',$foo);

TPL:

  {$variable}

但我不知道是否可以将变量从tpl传递给php ...

1 个答案:

答案 0 :(得分:1)

我从未尝试过,但请查看get_template_vars(){php}标记。也许这就是你要找的东西。