"TYPO3 4.0.1: SC_db_list Class Reference", "datetime" => "Sat Dec 2 19:25:27 2006", "date" => "2 Dec 2006", "doxygenversion" => "1.4.6", "projectname" => "TYPO3 4.0.1", "projectnumber" => "4.0.1" ); get_header($doxygen_vars); ?>
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.
|
|
Clears page cache for the current id, $this->id
Definition at line 181 of file db_list.php. References t3lib_div::makeInstance(). |
|
|
Initializing the module
Definition at line 125 of file db_list.php. References t3lib_div::_GP(), and menuConfig(). |
|
|
Main function, starting the rendering of the list.
Definition at line 195 of file db_list.php. References $cmd, t3lib_div::_GET(), t3lib_div::_POST(), t3lib_div::getIndpEnv(), t3lib_BEfunc::getSetUpdateSignal(), t3lib_div::intInRange(), t3lib_div::makeInstance(), t3lib_BEfunc::readPageAccess(), and t3lib_div::trimExplode(). |
|
|
Initialize function menu array
Definition at line 160 of file db_list.php. References t3lib_div::_GP(), t3lib_BEfunc::getModTSconfig(), and t3lib_BEfunc::getModuleData(). Referenced by init(). |
|
|
Outputting the accumulated content to screen
Definition at line 445 of file db_list.php. |