Exemplo n.º 1
0
 /**
  * Rewrite match's cache football
  * @param array $params
  * @author QuangTM
  */
 public function rewriteMatchCache($params)
 {
     if (!empty($params)) {
         // Init model Footbal
         $modelFootball = new Thethao_Model_Match();
         $modelFootball->rewriteMatchCache($params);
     }
 }