model = new Model_Get_Shops(); } function action_index() { $data = $this->model->get_shops(); echo json_encode($data); } } ?>