$class) { $this->$var =& load_class($class); } $this->load =& load_class('Loader', 'core'); $this->load->initialize(); log_message('debug', "Controller Class Initialized"); } public function remote_integration() { $return = ''; $app = $this->config->item('nts_app'); if( isset($GLOBALS['NTS_CONFIG'][$app]['REMOTE_INTEGRATION']) ) { $return = $GLOBALS['NTS_CONFIG'][$app]['REMOTE_INTEGRATION']; } return $return; } public static function &ci_get_instance() { return self::$instance; } } // END Controller class /* End of file Controller.php */ /* Location: ./system/core/Controller.php */