|
ultimix
|
Public Member Functions | |
| __construct () | |
| set_constants (&$ContextSet, &$Options) | |
| apply_posted_data_for_create_form (&$Options, $Form) | |
| compile_form (&$Options, $Form, $IdList=false) | |
| construct_paging (&$Options, &$Paging) | |
| get_template (&$Options, $TemplateName) | |
Data Fields | |
| $CachedMultyFS = false | |
| $ContextSetUtilities = false | |
| $Search = false | |
| $Security = false | |
| $Settings = false | |
| $String = false | |
| $Prefix = false | |
| $Provider = false | |
| $ContextSet = false | |
| $QueryString = '1 = 1' | |
Class of the default views.
Definition at line 26 of file default_views_utilities.php.
| __construct | ( | ) |
Constructor.
| Exception | An exception of this type is thrown. |
Definition at line 107 of file default_views_utilities.php.
| apply_posted_data_for_create_form | ( | & | $Options, |
| $Form | |||
| ) |
Function draws posted data.
| $Options | - Execution parameters. |
| $Form | - Form code. |
| Exception | An exception of this type is thrown. |
Definition at line 188 of file default_views_utilities.php.
| compile_form | ( | & | $Options, |
| $Form, | |||
$IdList = false |
|||
| ) |
Function processes form macroes.
| $Options | - Execution parameters. |
| $Form | - Form to process. |
| $IdList | - Record ids. |
| Exception | An exception of this type is thrown. |
Definition at line 325 of file default_views_utilities.php.
| construct_paging | ( | & | $Options, |
| & | $Paging | ||
| ) |
Function constructs list of records.
| $Options | - Execution parameters. |
| $Paging | - Grid. |
| Exception | An exception of this type is thrown. |
Definition at line 417 of file default_views_utilities.php.
| get_template | ( | & | $Options, |
| $TemplateName | |||
| ) |
Function returns template.
| $Options | - Execution parameters. |
| $TemplateName | - Template name. |
| Exception | An exception of this type is thrown. |
Definition at line 469 of file default_views_utilities.php.
| set_constants | ( | & | $ContextSet, |
| & | $Options | ||
| ) |
Function sets all necessary parameters.
| $ContextSet | - Set of contexts. |
| $Options | - Execution parameters. |
| Exception | - An exception of this type is thrown. |
Definition at line 148 of file default_views_utilities.php.
| $CachedMultyFS = false |
Cached packages.
Definition at line 38 of file default_views_utilities.php.
| $ContextSet = false |
Set of contexts.
Definition at line 79 of file default_views_utilities.php.
| $ContextSetUtilities = false |
Definition at line 39 of file default_views_utilities.php.
| $Prefix = false |
Prefix.
Definition at line 55 of file default_views_utilities.php.
| $Provider = false |
Object of the class wich provides all handlers.
Definition at line 67 of file default_views_utilities.php.
| $QueryString = '1 = 1' |
Record selection condition.
Definition at line 91 of file default_views_utilities.php.
| $Search = false |
Definition at line 40 of file default_views_utilities.php.
| $Security = false |
Definition at line 41 of file default_views_utilities.php.
| $Settings = false |
Definition at line 42 of file default_views_utilities.php.
| $String = false |
Definition at line 43 of file default_views_utilities.php.