随笔分类 -  TP

摘要:/** * 清除模版缓存 不删除cache目录 */ public function clear_sys_cache() { Cache::clear(); $this->success( '清除成功', 'index/index' ); } /** * 清除模版缓存 不删除 temp目录 */ public function clear_temp... 阅读全文
posted @ 2018-03-12 16:09 Mr丶Cheng