Exemplo n.º 1
0
 public function deleteMatch($params)
 {
     // Init model Footbal
     $modelFootball = new Thethao_Model_Match();
     $modelFootball->deleteMatch($params);
 }