Beispiel #1
0
 public function fn_removecache()
 {
     //xoa het file trong qdmvc_caches
     if (Qdmvc_Helper::cacheRemoveAll()) {
         $this->pushValidateError('', 'Remove All Cache files done!', 'info');
     }
 }