Вот model.php
public function updatePlayerGame($user_id, $games_id, $tournament_gm){ return $this->update('sport_tournaments_st', $user_id, $tournament_gm); }
$this->model->updatePlayerGame($user_id, $games_id, $tournament_gm);
в tournament_gm
( [team_id] => 1 [game] => 1 [1pts] => 0 [2pts] => 90 [3pts] => 0 [foul] => 0 )