|
ultimix
|
Public Member Functions | |
| __construct () | |
| add_stat ($Key, $Value) | |
| get_stat ($Fields, $Condition) | |
Data Fields | |
| $NativeTable = '`umx_stat`' | |
| $Database = false | |
| $Security = false | |
Counter.
Definition at line 26 of file stat_access.php.
| __construct | ( | ) |
Constructor.
Definition at line 63 of file stat_access.php.
| add_stat | ( | $Key, | |
| $Value | |||
| ) |
Function adds stat info in the database.
| $Key | - Key. |
| $Value | - Value. |
| Exception | - An exception of this type is thrown. |
Definition at line 98 of file stat_access.php.
| get_stat | ( | $Fields, | |
| $Condition | |||
| ) |
Function returns stat info from the database.
| $Fields | - Fields. |
| $Condition | - Select condition. |
| Exception | - An exception of this type is thrown. |
Definition at line 149 of file stat_access.php.
| $Database = false |
Cached objects.
Definition at line 50 of file stat_access.php.
| $NativeTable = '`umx_stat`' |
Table name in wich objects of this entity are stored.
Definition at line 38 of file stat_access.php.
| $Security = false |
Definition at line 51 of file stat_access.php.