_ci =& get_instance(); $this->_ci->load->helper('hlp_sancho_helper'); $this->_ci->load->library('KalenderLib', ["uid" => null]); } public function sync() { $this->_ci->logInfo('Start job FHC-Core->Tempus->sync'); $this->_ci->kalenderlib->sync(); $this->_ci->logInfo('End job FHC-Core->Tempus->sync'); } }