$this->load->model('openbay/ebay_product'); $json = $this->model_openbay_ebay_product->searchEbayCatalog($this->request->post); $this->response->setOutput(json_encode($json));