Joomla CMS
3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
|
Fonctions membres publiques statiques | |
static | getDbo ($driver, $host, $user, $password, $database, $prefix, $select=true) |
Joomla Installation Database Helper Class.
|
static |
Method to get a JDatabaseDriver object.
string | $driver | The database driver to use. |
string | $host | The hostname to connect on. |
string | $user | The user name to connect with. |
string | $password | The password to use for connection authentication. |
string | $database | The database to use. |
string | $prefix | The table prefix to use. |
boolean | $select | True if the database should be selected. |
Références $db, $options, $password, $prefix, $user, et JDatabaseDriver\getInstance().
Référencé par InstallationModelConfiguration\createRootUser(), et InstallationModelDatabase\initialise().