Documentation TYPO3 par Ameos |
Public Member Functions | |
menuConfig () | |
main () | |
printContent () | |
printSqlCheck () | |
createFieldsValuesArray ($in) | |
printCachedInfo () | |
printLogMgm () |
Definition at line 49 of file index.php.
|
Parses a very simple text format into an array. Each line is seen as a key/value pair that is exploded at =. This is used in the simple SQL check to input values for INSERT and UPDATE statements.
|
|
Main function of the module. Write the content to $this->content
Definition at line 72 of file index.php. References t3lib_div::_GP(), t3lib_BEfunc::getFuncMenu(), t3lib_BEfunc::getModuleData(), t3lib_div::makeInstance(), printCachedInfo(), printLogMgm(), and printSqlCheck(). |
|
Adds items to the ->MOD_MENU array. Used for the function menu selector.
Reimplemented from t3lib_SCbase. |
|
Prints out the cached information about the database. The DBAL caches a lot of information, e.g. about auto increment fields, field types and primary keys. This method formats all this into a HTML table to display in the BE.
Definition at line 295 of file index.php. Referenced by main(). |
|
Prints out the module HTML
|
|
Printing the debug-log from the DBAL extension To enabled debugging, you will have to enabled it in the configuration!
Definition at line 349 of file index.php. Referenced by main(). |
|
Displays a form to check DBAL SQL methods and parse raw SQL.
Definition at line 137 of file index.php. References t3lib_div::_GP(). Referenced by main(). |