load->library('session'); $this->load->_model('Model_is','is'); $this->load->_model('Model_is2','is2'); $this->load->_model('Model_fullorder','fullorder'); $this->load->_model('Model_fullordertt','fullordertt'); } public function _remap($arg,$arg_array) { $this->_index($arg); } public function _index($arg) { $data = $this->fullorder->get_orderinfo($arg); $this->fullorder->save(array('library'=>1,'retreattime'=>0),$data['id']); } }