load->model('Game_model'); $data['games'] = $this->Game_model->get_by_category($id); $this->load->view('games_list_view', $data); } }