您的位置: 中国建站之家 » 站长教程 » PHP 教程 » PHP100视频教程 (三十、PHP模板引擎Smarty缓存应用)
  • PHP100视频教程 (三十、PHP模板引擎Smarty缓存应用)
软件大小:25.68 MB软件类别: 站长教程 - PHP 教程
语言:简体中文运行环境:2000/XP/2003/Vista
软件评级:更新时间:2008-12-27 21:39:44
软件授权:免费版插件情况:
解压密码:www.jz123.cn演示地址:程序主页地址
1、Smarty缓存的配置
   $smarty->cache_dir = "/caches/";  //缓存目录
   $smarty->caching = true;  //开启缓存,为flase的时侯缓存无效
   $smarty->cache_lifetime = 60;  //缓存时间

2、Smarty缓存的使用和清除
    $smarty->display('cache.tpl', cache_id);  //创建带ID的缓存
    $smarty->clear_all_cache(); //清除所有缓存
    $smarty->clear_cache('index.htm'); //清除index.tpl的缓存
    $smarty->clear_cache('index.htm',cache_id); //清除指定id的缓存

3、Smarty局部缓存

4、MYSQL与Smarty的应用
PHP100视频教程 (三十、PHP模板引擎Smarty缓存应用)

中国建站意见反馈留言板  电话:021-5430-5621 广告业务:QQ:9576619
关于我们 | 隐私版权 | 广告服务 | 联系我们 | 网站地图 | 粤ICP证05092265号
Copyright © 2004-2008jz123.cn. All Rights Reserved .