$this->load->model('openbay/openbay'); $data = $this->model_openbay_openbay->ftpTestConnection(); $this->response->setOutput(json_encode($data));