|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_add_limitations ($theAddLimitation) | |
| unsafe_select ($Condition) | |
| select ($Start=false, $Limit=false, $Field=false, $Order=false, $Condition= '1=1') | |
| delete ($id, $Options= '1=1') | |
| create ($Record) | |
| update ($id, $Record) | |
| select_list ($id) | |
Data Fields | |
| $NativeTable = '`umx_uploaded_file`' | |
| $Database = false | |
| $DatabaseAlgorithms = false | |
| $Security = false | |
| $SecurityParser = false | |
| $AddLimitations = '1 = 1' | |
Class provides file access routine.
Definition at line 30 of file file_input_access.php.
| __construct | ( | ) |
Constructor.
Definition at line 69 of file file_input_access.php.
| create | ( | $Record | ) |
Creating record.
| $Record | Example for creation. |
| Exception | An exception of this type is thrown. |
Definition at line 295 of file file_input_access.php.
| delete | ( | $id, | |
$Options = ' 1 = 1' |
|||
| ) |
Deleting records.
| $id | - Record's identificator. |
| $Options | - Additional options. |
| Exception | An exception of this type is thrown. |
Definition at line 248 of file file_input_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 209 of file file_input_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 387 of file file_input_access.php.
| set_add_limitations | ( | $theAddLimitation | ) |
Function sets additional limitations.
| $theAddLimitation | - Additional limitations. |
| Exception | An exception of this type is thrown. |
Definition at line 114 of file file_input_access.php.
| unsafe_select | ( | $Condition | ) |
Selecting messages.
| $Condition | - records selection condition. |
| Exception | An exception of this type is thrown. |
Definition at line 155 of file file_input_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 340 of file file_input_access.php.
| $AddLimitations = '1 = 1' |
Definition at line 94 of file file_input_access.php.
| $Database = false |
Cached objects.
Definition at line 54 of file file_input_access.php.
| $DatabaseAlgorithms = false |
Definition at line 55 of file file_input_access.php.
| $NativeTable = '`umx_uploaded_file`' |
Table name in wich objects of this entity are stored.
Definition at line 42 of file file_input_access.php.
| $Security = false |
Definition at line 56 of file file_input_access.php.
| $SecurityParser = false |
Definition at line 57 of file file_input_access.php.