Exemplo n.º 1
0
 public function insertMatchPredict($params)
 {
     //Insert predict
     $modelFootball = new Thethao_Model_Match();
     $arrReponse = $modelFootball->insertMatchPredict($params);
     return $arrReponse;
 }