addAutoIncrementToTables |
Adds the autoincrement property to all primary keys in CONTENIDO tables |
addSalts |
Adds salts to the passwords of the backend and frontend users. Converts old
passwords into new ones |
alterTableHandling |
Changes the primary key of the given table to an auto increment type |
checkMySQLDatabaseCreation |
|
checkMySQLDatabaseExists |
|
checkMySQLDatabaseUse |
|
checkMySQLDropDatabase |
|
checkMySQLDropTable |
|
checkMySQLLockTable |
|
checkMySQLTableCreation |
|
checkMySQLUnlockTables |
|
convertToDatetime |
|
doMySQLConnect |
|
doMySQLSelectDB |
Selects a desired database by the link identifier and database name |
fetchMySQLCharsets |
Returns all suppported character sets (field Charset) from the MySQL database. |
fetchMySQLCollations |
Returns all suppported collations for a specific charset |
fetchMySQLStorageEngines |
|
fetchMySQLUser |
|
fetchMySQLVersion |
|
getMySQLDatabaseExtension |
Checks existing MySQL extensions and returns 'mysqli' as default, 'mysql' or
null. |
getSetupMySQLDBConnection |
|
hasMySQLExtension |
|
hasMySQLiExtension |
|
injectSQL |
|
removeComments |
Will strip the sql comment lines out of an uploaded sql file specifically for
mssql and postgres type files in the install.... |
removeRemarks |
Will strip the sql comment lines out of an uploaded sql file |
splitSqlFile |
Will split an uploaded sql file into single sql statements. Note: expects trim()
to have already been run on $sql. |
urlDecodeTable |
|
urlDecodeTables |
|