|
dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
|
Public Member Functions | |
| __construct () | |
| make_select_data ($data, $id, $name, $parent='') | |
| get_select_tpl ($modul, $pfx='') | |
| run () | |
| Public Member Functions inherited from dbxObj | |
| set_callback_owner ($owner) | |
| Setzt ein explizites Owner-Objekt fuer Callback-Aufrufe. | |
| set_callback_id (string $id) | |
| Setzt den Namenspraefix fuer konventionelle Callback-Methoden. | |
| set_callback (string $event, string $callback) | |
| Ordnet einem Event einen konkreten Methodennamen zu. | |
| set_property ($name, $value, $section='', $modul='modul') | |
| Speichert eine Objekt- oder Session-Property. | |
| get_property ($name, $default='', $section='', $modul='modul') | |
| Liest eine Objekt- oder Session-Property. | |
| del_property ($name, $section='', $modul='modul') | |
| Loescht eine Objekt- oder Session-Property. | |
| dbx_next_process ($content, $process='', $mode='append') | |
| Fuegt den naechsten dbxProcess-Schritt in eine Ausgabe ein. | |
Public Attributes | |
| Public | $oValidator |
| Public | $oTPL |
| Public Attributes inherited from dbxObj | |
| Public | $_properties =array() |
| Public | $_section ='' |
| Public | $_process ='' |
Additional Inherited Members | |
| Protected Member Functions inherited from dbxObj | |
| normalize_callback_id (string $id) | |
| Normalisiert Callback-IDs auf gueltige PHP-Methodenbestandteile. | |
| get_callback_name (string $event) | |
| Liefert den Methodennamen fuer ein Event. | |
| get_callback_owner () | |
| Liefert das aktuelle Owner-Objekt fuer Callback-Aufrufe. | |
| callback (string $event, mixed $value) | |
| Fuehrt einen Callback aus und gibt dessen Rueckgabewert zurueck. | |
| Protected Attributes inherited from dbxObj | |
| $_callback_owner = null | |
| $_callback_id = '' | |
| $_callbacks = array() | |
Definition at line 11 of file dbxContent_sysdata.class.php.
| dbx\dbxContent_admin\dbxContent_sysdata::__construct | ( | ) |
Definition at line 18 of file dbxContent_sysdata.class.php.
| dbx\dbxContent_admin\dbxContent_sysdata::get_select_tpl | ( | $modul, | |
| $pfx = '' ) |
Definition at line 58 of file dbxContent_sysdata.class.php.
Referenced by run().
| dbx\dbxContent_admin\dbxContent_sysdata::make_select_data | ( | $data, | |
| $id, | |||
| $name, | |||
| $parent = '' ) |
Definition at line 23 of file dbxContent_sysdata.class.php.
Referenced by run().
| dbx\dbxContent_admin\dbxContent_sysdata::run | ( | ) |
Definition at line 81 of file dbxContent_sysdata.class.php.
References $db, get_select_tpl(), and make_select_data().
| Public dbx\dbxContent_admin\dbxContent_sysdata::$oTPL |
Definition at line 15 of file dbxContent_sysdata.class.php.
| Public dbx\dbxContent_admin\dbxContent_sysdata::$oValidator |
Definition at line 14 of file dbxContent_sysdata.class.php.