load(); } function GetConfigErrInfo() { global $cfgReaderObj; if ( isset($cfgReaderObj) ) { return $cfgReaderObj->GetErrInfo(); } return "Not New ConfigReader, Please Call ReadConfig() To Do It!"; } function GetConfigData($section, $ident, &$ret) { global $cfgReaderObj; return $cfgReaderObj->GetData($section, $ident, $ret); } ?>