_hash[$key] = $value; } function getConfig($key) { return isset($this->_hash[$key]) ? $this->_hash[$key] : ''; } function setDebug() { } function setDebugLogFile() { } function setProfile() { } function debug() { } } ?>