model = new Model_Get_Rayons_Json(); } function action_index() { $data = $this->model->get_rayon($_POST['city'],$_POST['rayon']); echo json_encode($data); } } ?>