来自 Smarty 文档:
{* include a multi $variable template - eg amber/links.view.tpl *}
{include file="$style_dir/$module.$view.tpl"}
但是我想要一个数组键的值来包含我之前在 php 中创建的 smarty。访问数组键的值很简单,就像这样:$array.key
在 Smarty 中。但是当我想在包含字符串中访问它时呢?
{include file="$array.key"} is equals to "$array".key