Combu Server
3.1.1
PHP API Documentation
|
Public Member Functions | |
__construct ($src=null, $stripSlashes=false) | |
Save () | |
Delete () | |
Public Member Functions inherited from DataClass | |
Save () | |
Delete () | |
ToJson () | |
ToArray () | |
Static Public Member Functions | |
static | LoadAccount ($idAccount, $idLeaderboard=0, $returnArray=false) |
static | Load ($idLeaderboard, $order, $limit=null, $offset=null, &$count=null, $returnArray=false) |
static | Prune () |
Static Public Member Functions inherited from DataClass | |
static | GetTableName ($class) |
static | LoadRecords ($query, $returnedClass="") |
static | CountRecords ($tableName, $filter=null) |
static | TruncateTable ($tableName) |
static | TruncateClass ($class) |
Data Fields | |
const | TABLE_NAME = "LeaderBoard_User" |
$Id = 0 | |
$IdLeaderboard = 0 | |
$IdAccount = 0 | |
$Username = "" | |
$ValueInt = 0 | |
$ValueFloat = 0 | |
$ValueString = "" | |
$LastUpdated = "" | |
Additional Inherited Members | |
Protected Member Functions inherited from DataClass | |
_loadFilter ($tableName, $filter) | |
_loadByRow ($row, $stripSlashes=false, $callbackOnExists=false) | |
_Delete ($tableName, $filter=null) | |
Static Protected Member Functions inherited from DataClass | |
static | _count ($tableName, $filter=null) |
static | _load ($tableName, $returnedClass="", $where="", $order=null, $limit=null, $offset=null, &$count=null) |
static | _loadEx ($select, $from, $returnedClass="", $where="", $order=null, $limit=null, $offset=null, &$count=null, $debug=false) |
static | _loadQuery ($query, $returnedClass="") |
Class to handle LeaderBoard User Records
Definition at line 10 of file LeaderBoard_User.php.
__construct | ( | $src = null , |
|
$stripSlashes = false |
|||
) |
Contructor
Definition at line 26 of file LeaderBoard_User.php.
Delete | ( | ) |
Delete the record from the database
Definition at line 108 of file LeaderBoard_User.php.
|
static |
Get the registered scores
string | $idLeaderboard | Filter IdLeaderboard |
string | $order | Order statement (without 'ORDER BY') |
int | $limit | Max number of results (for paged results) |
int | $offset | Offset number of results (for paged results) |
int | $count | Will be set to the total count of results |
boolean | $returnArray | If TRUE then it will return associative arrays else objects |
Definition at line 64 of file LeaderBoard_User.php.
|
static |
Get the registered scores
string | $idAccount | Filter IdAccount |
string | $idLeaderboard | Filter IdLeaderboard |
boolean | $returnArray | If TRUE then it will return associative arrays else objects |
Definition at line 46 of file LeaderBoard_User.php.
|
static |
Delete all records associated to this class $Database
Definition at line 118 of file LeaderBoard_User.php.
Save | ( | ) |
Save the record in the database
Definition at line 74 of file LeaderBoard_User.php.
$Id = 0 |
Definition at line 14 of file LeaderBoard_User.php.
$IdAccount = 0 |
Definition at line 16 of file LeaderBoard_User.php.
$IdLeaderboard = 0 |
Definition at line 15 of file LeaderBoard_User.php.
$LastUpdated = "" |
Definition at line 21 of file LeaderBoard_User.php.
$Username = "" |
Definition at line 17 of file LeaderBoard_User.php.
$ValueFloat = 0 |
Definition at line 19 of file LeaderBoard_User.php.
$ValueInt = 0 |
Definition at line 18 of file LeaderBoard_User.php.
$ValueString = "" |
Definition at line 20 of file LeaderBoard_User.php.
const TABLE_NAME = "LeaderBoard_User" |
Definition at line 12 of file LeaderBoard_User.php.