Exemplo n.º 1
0
 /**
  * Rewrite match's cache football Live
  * @author HungNT
  * @param type $params
  */
 public function rewriteMatchLive($params)
 {
     if (!empty($params)) {
         // Init model Footbal
         $modelFootball = new Thethao_Model_Match();
         $modelFootball->rewriteMatchLive($params);
         //init news instance
         $caching = Thethao_Model_Caching::getInstance();
         $caching->clearCacheFile();
     }
 }