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