摘要: 当smarty开启缓存时,当tpl文件内容改变时,则缓存页面会重新生成test.php:caching = true; $_smarty->assign('name','测试缓存'); $_smarty->display('test.tpl');?>1 test.tpl:2 3 4 ... 阅读全文
posted @ 2014-12-25 11:17 终于还 阅读(505) 评论(0) 推荐(0)