

Fonctions membres publiques | |
| init ($config, &$pObj) | |
| readDataSource ($table) | |
| saveDataSource ($table) | |
| admin_get_tables () | |
| admin_get_fields ($tableName) | |
| admin_get_keys ($tableName) | |
| admin_query ($query) | |
Attributs publics | |
| $config = array() | |
| $pObj | |
| $spreadSheetFiles = '' | |
| $unzip | |
| tx_dbal_handler_openoffice::init | ( | $ | config, | |
| &$ | pObj | |||
| ) |
Initialize handler
| array | Configuration from DBAL | |
| object | Parent object |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_openoffice::readDataSource | ( | $ | table | ) |
Setting table data (overriding function)
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_openoffice::saveDataSource | ( | $ | table | ) |
Saving data source
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_openoffice::admin_get_tables | ( | ) |
Returns the list of tables from the database
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_openoffice::admin_get_fields | ( | $ | tableName | ) |
Returns information about each field in the $table
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_openoffice::admin_get_keys | ( | $ | tableName | ) |
Returns information about each index key in the $table
| string | Table name |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_openoffice::admin_query | ( | $ | query | ) |
mysql() wrapper function, used by the Install Tool and EM for all queries regarding management of the database!
| string | Query to execute |
Réimplémentée à partir de t3lib_sqlengine.
| tx_dbal_handler_openoffice::$config = array() |
| tx_dbal_handler_openoffice::$pObj |
| tx_dbal_handler_openoffice::$spreadSheetFiles = '' |
| tx_dbal_handler_openoffice::$unzip |
1.5.3