示例#1
0
文件: tags.app.php 项目: sunhk25/iCMS
 function do_cache()
 {
     tag::cache($this->id, 'id');
     iPHP::success("标签缓存更新成功");
 }