

Public Member Functions | |
| menuConfig () | |
| main () | |
| printContent () | |
| printSqlCheck () | |
| createFieldsValuesArray ($in) | |
| printCachedInfo () | |
| printLogMgm () | |
Definition at line 49 of file index.php.
| tx_dbal_module1::menuConfig | ( | ) |
Adds items to the ->MOD_MENU array. Used for the function menu selector.
Reimplemented from t3lib_SCbase.
| tx_dbal_module1::main | ( | ) |
| tx_dbal_module1::printContent | ( | ) |
| tx_dbal_module1::printSqlCheck | ( | ) |
| tx_dbal_module1::createFieldsValuesArray | ( | $ | in | ) |
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.
| string | $in String to parse into key/value array. |
| tx_dbal_module1::printCachedInfo | ( | ) |
| tx_dbal_module1::printLogMgm | ( | ) |