|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_add_limitations ($theAddLimitation) | |
| unsafe_select ($Condition=" 1 = 1 ") | |
| select ($Start, $Limit, $Field=false, $Order=false, $Condition= '1=1') | |
| get_by_id ($id) | |
| create_system_structure ($Page, $RootPage, $Navigation) | |
| delete ($id) | |
| update ($id, $Record) | |
| select_list ($id) | |
Data Fields | |
| $NativeTable = '`umx_system_structure`' | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| $SecurityParser = false | |
| $AddLimitations = '1 = 1' | |
Class provides main entities manipulation routine.
Definition at line 26 of file system_structure_access.php.
| __construct | ( | ) |
Constructor.
Definition at line 65 of file system_structure_access.php.
| create_system_structure | ( | $Page, | |
| $RootPage, | |||
| $Navigation | |||
| ) |
Creating record.
| $Page | - Page name. |
| $RootPage | - Root page. |
| $Navigation | - Navigation information. |
| Exception | An exception of this type is thrown. |
Definition at line 308 of file system_structure_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 347 of file system_structure_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 261 of file system_structure_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 | - Record filtration condition. |
| Exception | An exception of this type is thrown. |
Definition at line 215 of file system_structure_access.php.
| select_list | ( | $id | ) |
Function selects list of objects.
| $id | - list of identificators. |
| Exception | An exception of this type is thrown. |
Definition at line 433 of file system_structure_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 system_structure_access.php.
| unsafe_select | ( | $Condition = " 1 = 1 " | ) |
Selecting records.
| $Condition | records selection condition. |
| Exception | An exception of this type is thrown. |
Definition at line 151 of file system_structure_access.php.
| update | ( | $id, | |
| $Record | |||
| ) |
Function updates record.
| $id | - Record's id. |
| $Record | - Data to be updated with. |
| Exception | An exception of this type is thrown. |
Definition at line 386 of file system_structure_access.php.
| $AddLimitations = '1 = 1' |
Definition at line 90 of file system_structure_access.php.
| $Database = false |
Cached objects.
Definition at line 50 of file system_structure_access.php.
| $DatabaseAlgorithms = false |
Definition at line 51 of file system_structure_access.php.
| $NativeTable = '`umx_system_structure`' |
Table name in wich objects of this entity are stored.
Definition at line 38 of file system_structure_access.php.
| $Security = false |
Definition at line 52 of file system_structure_access.php.
| $SecurityParser = false |
Definition at line 53 of file system_structure_access.php.