随笔分类 -  PHP

摘要:无限级分类查找$area=array(array('id'=>1,'name'=>'北京','parent'=>0),array('id'=>2,'name'=>'昌平','parent'=>1),array('id'=>3,'name'=>'海淀','parent'=>2),array('id'=... 阅读全文
posted @ 2014-11-06 19:16 尼科 阅读(1158) 评论(0) 推荐(0) 编辑
摘要:smarty缓存技术 在smarty中,缓存分为:普通缓存,单模版都缓存,局部缓存。缓存:1:首选打开缓存配置项:$smarty->caching=true;2:缓存生命周期的配置选项:$smarty->cache_lifetime=整秒数3:$smarty->is_cached('index.h... 阅读全文
posted @ 2014-10-31 15:21 尼科 阅读(184) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示