A5下载网站开发

分类分类

PHP100视频教程 30:PHP模板引擎Smarty缓存应用

PHP100视频教程 30:PHP模板引擎Smarty缓存应用

大小:25.86MB更新:2009/08/17

类别:php教程系统:2000/XP/2003/Vista

立即下载

软件介绍 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的应用

精品推荐
同类推荐
      相关文章
      相关下载
      说两句网友评论
        我要跟贴
        取消
        推荐专题