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

软件类型:国产软件 授权方式:开源软件 界面语言:简体中文 软件大小:27.1MB 文件类型:.rar 运行环境:WMV PPT 发布时间:2009-04-16 16:26:54 官方网址:http://www.php100.com 演示网址:演示 访问次数:
软件介绍

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的应用


下载地址

Copyright (C) 2007-2011 PHP100.com, All Rights Reserved 版权所有 上海创恩信息技术有限公司. 沪ICP备08100465号
地址:上海徐汇区零陵路585号 爱邦大厦26H座 传真(FAX):021-61190281 电话(Tel):021-61190282
PHP100 Website Powered by PHPCMS. For PHP100. 服务器维护:阿里巴巴-阿里云