Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob

Functions

  • addAutoIncrementToTables
  • addSalts
  • alterTableHandling
  • checkMySQLDatabaseCreation
  • checkMySQLDatabaseExists
  • checkMySQLDatabaseUse
  • checkMySQLDropDatabase
  • checkMySQLDropTable
  • checkMySQLLockTable
  • checkMySQLTableCreation
  • checkMySQLUnlockTables
  • convertToDatetime
  • doMySQLConnect
  • doMySQLSelectDB
  • fetchMySQLCharsets
  • fetchMySQLCollations
  • fetchMySQLStorageEngines
  • fetchMySQLUser
  • fetchMySQLVersion
  • getMySQLDatabaseExtension
  • getSetupMySQLDBConnection
  • hasMySQLExtension
  • hasMySQLiExtension
  • injectSQL
  • removeComments
  • removeRemarks
  • splitSqlFile
  • urlDecodeTable
  • urlDecodeTables
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Package Setup\Helper\MySQL

Functions summary
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 Executes a file of SQL queries
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
CMS CONTENIDO 4.9.11 API documentation generated by ApiGen 2.8.0