concorde
(concorde)
中级会员
 
中级会员
UID 28200
精华
0
积分 250
帖子 212
金钱 250 喜悦币
威望 0
人脉 0
阅读权限 30
注册 2004-4-29
状态 离线
|
[广告]: q
m
smarty如何清空某模板的所有cache?
比如模板test.tpl有很多cache_id,如:
$smarty->display('test.tpl', 'cache_id_1');
...
$smarty->display('test.tpl', 'cache_id_2');
...
$smarty->display('test.tpl', 'cache_id_3');
我想一次性清空test.tpl的所有cache,该怎么做?我并不知道这些cache文件的cache ID,上面的1、2、3只是举例子。
|
|