_config = $config; $this->_storage = $config->get("storage", "type", "files"); $this->_userStorage = $userStorage; if ("db" == $this->_storage) { global $dbConnection; $this->_dbConnection = $dbConnection; } } abstract public function update(); }