db->where('tid', $tournament_id); $this->db->update('tournament', $data); return $this->db->affected_rows(); } }