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