예제 #1
0
파일: tags.app.php 프로젝트: sunhk25/iCMS
 function do_cache()
 {
     tag::cache($this->id, 'id');
     iPHP::success("标签缓存更新成功");
 }