Ejemplo n.º 1
0
 /**
  * Rewrite match_betrate cache
  * @param array $params
  * @author QuangTM
  */
 public function rewriteMatchBetrate($params)
 {
     // Init model Footbal
     $modelFootball = new Thethao_Model_Match();
     $modelFootball->rewriteMatchBetrate($params);
 }