在$ smarty.get中使用变量?

时间:2014-02-24 17:56:41

标签: smarty

我需要在智能.tpl文件中从URL中检索$_GET数据。我需要检索的特定$_GET是循环的。我需要使用下面的示例,但使用page的变量。

{* display value of page from URL ($_GET) http://www.example.com/index.php?page=foo *}
{$smarty.get.page}

1 个答案:

答案 0 :(得分:0)

这应该有效:

{assign var="foo" value="assign whatever you want"}
{$smarty.get.$foo}