|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_add_limitations ($theAddLimitation) | |
| unsafe_select ($Condition) | |
| select ($Start=false, $Limit=false, $Field=false, $Order=false, $Condition= '1=1') | |
| create ($Record) | |
| delete ($id) | |
| select_list ($id) | |
| simple_select () | |
| update ($id, $Record) | |
Data Fields | |
| $NativeTable = '`umx_schedule`' | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| $SecurityParser = false | |
| $AddLimitations = '1 = 1' | |
Class provides routine for ad banners.
Definition at line 26 of file schedule_access.php.
| __construct | ( | ) |
Constructor.
Definition at line 65 of file schedule_access.php.
| create | ( | $Record | ) |
Creating record.
| $Record | Example for creation. |
| Exception | - An exception of this type is thrown. |
Definition at line 242 of file schedule_access.php.
| delete | ( | $id | ) |
Deleting record from database.
| $id | - Comma separated list of record's id. |
| Exception | - An exception of this type is thrown. |
deleting record
Definition at line 283 of file schedule_access.php.
| select | ( | $Start = false, |
|
$Limit = false, |
|||
$Field = false, |
|||
$Order = false, |
|||
$Condition = '1 = 1' |
|||
| ) |
Function returns list of records.
| $Start | - Number of the first record. |
| $Limit | - Count of records limitation. |
| $Field | - Field to sort by. |
| $Order | - Sorting order. |
| $Condition | - Additional conditions. |
| Exception | - An exception of this type is thrown. |
Definition at line 207 of file schedule_access.php.
| select_list | ( | $id | ) |
Function selects list of objects.
| $id | - Comma separated list of record's id. |
| Exception | - An exception of this type is thrown. |
Definition at line 322 of file schedule_access.php.
| set_add_limitations | ( | $theAddLimitation | ) |
Function sets additional limitations.
| $theAddLimitation | - Additional limitations. |
| Exception | - An exception of this type is thrown. |
Definition at line 110 of file schedule_access.php.
| simple_select | ( | ) |
Function selects list of objects.
| Exception | - An exception of this type is thrown. |
Definition at line 354 of file schedule_access.php.
| unsafe_select | ( | $Condition | ) |
Selecting records.
| $Condition | - records selection condition. |
| Exception | - An exception of this type is thrown. |
Definition at line 151 of file schedule_access.php.
| update | ( | $id, | |
| $Record | |||
| ) |
Updating record.
| $id | - Comma separated list of record's id. |
| $Record | - Example for update. |
| Exception | - An exception of this type is thrown. |
Definition at line 395 of file schedule_access.php.
| $AddLimitations = '1 = 1' |
Definition at line 90 of file schedule_access.php.
| $Database = false |
Cached objects.
Definition at line 50 of file schedule_access.php.
| $DatabaseAlgorithms = false |
Definition at line 51 of file schedule_access.php.
| $NativeTable = '`umx_schedule`' |
Table name in wich objects of this entity are stored.
Definition at line 38 of file schedule_access.php.
| $Security = false |
Definition at line 52 of file schedule_access.php.
| $SecurityParser = false |
Definition at line 53 of file schedule_access.php.