/** * Init the system. * * @public */ function init() { parent::init(); $this->_pluginAPI = new ConfigPluginAPI($this); $this->_configManager = new configurator(); $e = $this->_configManager->loadConfigFile('config.php'); if (isError($e)) { $this->error($e); } }