$this->load->model('openbay/ebay_product'); $this->model_openbay_ebay_product->repairLinks(); $json = array('msg' => 'Links repaired'); $this->response->setOutput(json_encode($json));