Public Member Functions | |
| init () | |
| menuConfig () | |
| clearCache () | |
| main () | |
| printContent () | |
Public Attributes | |
| $id | |
| $pointer | |
| $imagemode | |
| $table | |
| $search_field | |
| $search_levels | |
| $showLimit | |
| $returnUrl | |
| $clear_cache | |
| $cmd | |
| $cmd_table | |
| $perms_clause | |
| $modTSconfig | |
| $pageinfo | |
| $doc | |
| $MCONF = array() | |
| $MOD_MENU = array() | |
| $MOD_SETTINGS = array() | |
| $include_once = array() | |
| $content | |
Definition at line 89 of file db_list.php.
| SC_db_list::init | ( | ) |
| SC_db_list::menuConfig | ( | ) |
| SC_db_list::clearCache | ( | ) |
Clears page cache for the current id, $this->id
Definition at line 181 of file db_list.php.
| SC_db_list::main | ( | ) |
Main function, starting the rendering of the list.
Definition at line 195 of file db_list.php.
| SC_db_list::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 445 of file db_list.php.