$this->load->model('openbay/ebay'); $json = $this->model_openbay_ebay->saveItemLink($this->request->get); $this->response->setOutput(json_encode($json));