我需要在智能.tpl文件中从URL中检索$_GET
数据。我需要检索的特定$_GET
是循环的。我需要使用下面的示例,但使用page
的变量。
{* display value of page from URL ($_GET) http://www.example.com/index.php?page=foo *}
{$smarty.get.page}
答案 0 :(得分:0)
这应该有效:
{assign var="foo" value="assign whatever you want"}
{$smarty.get.$foo}