RecordCount()) { $this->uid = $res->fields[0]; $this->gid = $res->fields[1]; } } } function GetUid() { return $this->uid; } function GetGid() { return $this->gid; } } $user = new User; } ?>