model = new CommonModel(); } public function getVrfcCode() { $type = $this->request->getGet("type"); $type = "VRFC_TYPE_SUB_" . $type; $data = $this->model->getVrfcCode($type); return $this->response->setJSON($data); } }