|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_add_limitations ($theAddLimitation) | |
| unsafe_select ($Condition) | |
| select ($Start, $Limit, $Field=false, $Order=false, $Condition= '1=1') | |
| get_by_id ($id) | |
| create ($Record) | |
| select_list ($id) | |
| update ($id, $Record) | |
| delete ($id) | |
Data Fields | |
| $NativeTable = '`umx_menu_item`' | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| $SecurityParser = false | |
| $AddLimitations = '1 = 1' | |
Menu class.
Definition at line 26 of file menu_item_access.php.
| __construct | ( | ) |
Constructor.
Definition at line 65 of file menu_item_access.php.
| create | ( | $Record | ) |
Creating record.
| $Record | - Example for creation. |
| Exception | An exception of this type is thrown. |
Definition at line 289 of file menu_item_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 408 of file menu_item_access.php.
| get_by_id | ( | $id | ) |
Function returns record by it's id.
| $id | - Record's id. |
| Exception | An exception of this type is thrown. |
Definition at line 250 of file menu_item_access.php.
| select | ( | $Start, | |
| $Limit, | |||
$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 | - Records selection condition. |
| Exception | An exception of this type is thrown. |
Definition at line 212 of file menu_item_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 329 of file menu_item_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 menu_item_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 menu_item_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 365 of file menu_item_access.php.
| $AddLimitations = '1 = 1' |
Definition at line 90 of file menu_item_access.php.
| $Database = false |
Cached objects.
Definition at line 50 of file menu_item_access.php.
| $DatabaseAlgorithms = false |
Definition at line 51 of file menu_item_access.php.
| $NativeTable = '`umx_menu_item`' |
Table name in wich objects of this entity are stored.
Definition at line 38 of file menu_item_access.php.
| $Security = false |
Definition at line 52 of file menu_item_access.php.
| $SecurityParser = false |
Definition at line 53 of file menu_item_access.php.