小编Rob*_*Rob的帖子

禁用PHP Smarty模板引擎上的缓存?

出于某种原因,我无法让Smarty停止缓存模板,这在我在开发过程中对模板进行更改时非常烦人.有人可以告诉我在禁用所有缓存时我出错了吗?:

$smarty                 =   new Smarty();
$smarty->template_dir   =   SMARTY_PATH."/templates";
$smarty->compile_dir    =   SMARTY_PATH."/templates_c";
$smarty->cache_dir      =   SMARTY_PATH."/cache";
$smarty->config_dir     =   SMARTY_PATH."/configs";
$smarty->cache_lifetime = 1;
$smarty->caching = 0;
Run Code Online (Sandbox Code Playgroud)

php smarty

7
推荐指数
1
解决办法
9491
查看次数

标签 统计

php ×1

smarty ×1