Smarty缓存问题

时间:2013-03-04 08:44:26

标签: smarty

我在另一个模板中包含模板时遇到问题。我希望smarty每次刷新时加载新的tpl而不是从缓存或templates_c中显示它。当我goggled并检查我在nocache下面找到的解决方案但它没有似乎在我的情况下工作。我确实使用smarty版本2.

{include file =“$theme / $content”nocache}

请显示一些亮点

1 个答案:

答案 0 :(得分:0)

在Smarty 3中可以使用您在示例中提供的代码构造 (链接到docs:http://www.smarty.net/docs/en/language.function.include.tpl

在Smarty 2中,您不能使用nocache选项,但您可以尝试使用其他选项。例如$smarty->caching = 1

查看Smarty 2的文档页面:http://www.smarty.net/docsv2/en/caching.tpl