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