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 90 of file db_list.php.
| SC_db_list::clearCache | ( | ) |
Clears page cache for the current id, $this->id
Definition at line 188 of file db_list.php.
References t3lib_div::makeInstance().
| SC_db_list::init | ( | ) |
Initializing the module
Definition at line 132 of file db_list.php.
References $GLOBALS, t3lib_div::_GP(), and menuConfig().
| SC_db_list::main | ( | ) |
Main function, starting the rendering of the list.
Definition at line 202 of file db_list.php.
References $BACK_PATH, $CLIENT, $cmd, $GLOBALS, t3lib_div::_GET(), t3lib_div::_POST(), t3lib_BEfunc::cshItem(), t3lib_BEfunc::getFuncCheck(), t3lib_div::getIndpEnv(), t3lib_BEfunc::getSetUpdateSignal(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_BEfunc::readPageAccess(), and t3lib_div::trimExplode().
| SC_db_list::menuConfig | ( | ) |
Initialize function menu array
Definition at line 167 of file db_list.php.
References t3lib_div::_GP(), t3lib_BEfunc::getModTSconfig(), and t3lib_BEfunc::getModuleData().
Referenced by init().
| SC_db_list::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 421 of file db_list.php.
| SC_db_list::$clear_cache |
Definition at line 102 of file db_list.php.
| SC_db_list::$cmd |
| SC_db_list::$cmd_table |
Definition at line 104 of file db_list.php.
| SC_db_list::$content |
Definition at line 124 of file db_list.php.
| SC_db_list::$doc |
Definition at line 116 of file db_list.php.
| SC_db_list::$id |
Definition at line 93 of file db_list.php.
| SC_db_list::$imagemode |
Definition at line 95 of file db_list.php.
| SC_db_list::$include_once = array() |
Definition at line 121 of file db_list.php.
| SC_db_list::$MCONF = array() |
Definition at line 118 of file db_list.php.
| SC_db_list::$MOD_MENU = array() |
Definition at line 119 of file db_list.php.
| SC_db_list::$MOD_SETTINGS = array() |
Definition at line 120 of file db_list.php.
| SC_db_list::$modTSconfig |
Definition at line 108 of file db_list.php.
| SC_db_list::$pageinfo |
Definition at line 109 of file db_list.php.
| SC_db_list::$perms_clause |
Definition at line 107 of file db_list.php.
| SC_db_list::$pointer |
Definition at line 94 of file db_list.php.
| SC_db_list::$returnUrl |
Definition at line 100 of file db_list.php.
| SC_db_list::$search_field |
Definition at line 97 of file db_list.php.
| SC_db_list::$search_levels |
Definition at line 98 of file db_list.php.
| SC_db_list::$showLimit |
Definition at line 99 of file db_list.php.
| SC_db_list::$table |
Definition at line 96 of file db_list.php.
1.4.7