User is a class that provides user data
new User($login,$name,$email,$desc,$group,$money,$donate,$allmoney);
$login is the login of the user. string
$name is the full name of the user. string
$email is the e-mail address of the user string
$desc is the "about yourself" field value string
$group is the group of the user. int
$money is the in-game money value float
$donate is the real money value float
$allmoney is the all money value, that user donated at all time. float
Also, can be provided in QueryResult
$login is the login of the user. string
$name is the full name of the user. string
$email is the e-mail address of the user string
$description is the "about yourself" field value string
$group is the group of the user. int
$money is the in-game money value float
$donate is the real money value float
$allmoney is the all money value, that user donated at all time. float