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

时间:2022-08-05 09:48:19
【文件属性】:
文件名称:PHP100视频教程 30:PHP模板引擎Smarty缓存应用.rar
文件大小:25.6MB
文件格式:RAR
更新时间:2022-08-05 09:48:19
书籍教程-网站开发 软件介绍 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的应用
【文件预览】:
php30
----第30讲.ppt(151KB)
----下载说明.txt(231B)
----A5下载- 更全的资源平台.url(112B)
----php100-30.wmv(37.11MB)

网友评论