Documentation TYPO3 par Ameos |
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 | ( | ) |
Initializing the module
Definition at line 125 of file db_list.php.
References t3lib_div::_GP(), and menuConfig().
SC_db_list::menuConfig | ( | ) |
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().
SC_db_list::clearCache | ( | ) |
Clears page cache for the current id, $this->id
Definition at line 181 of file db_list.php.
References t3lib_div::makeInstance().
SC_db_list::main | ( | ) |
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_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::printContent | ( | ) |
Outputting the accumulated content to screen
Definition at line 445 of file db_list.php.