_conf[$name] = $value; } function get ($name) { return $this->_conf[$name]; } function getConfObj () { global $confObject; if (! $confObject) $confObject = new Conf(); return $confObject; } } ?>