InstallationHelperDatabase::getDBO
Method to get a JDatabaseDriver object.
Signature
public function getDBO(string
$driver,
[string
$host = true,
[string
$user = true,
[string
$password = true,
[string
$database = true,
[string
$prefix = true,
[boolean
$select = true]]]]]] )
Parameters
-
$driver
- The database driver to use.
-
$host
- The hostname to connect on.
-
$user
- The user name to connect with.
-
$password
- The password to use for connection authentication.
-
$database
- The database to use.
-
$prefix
- The table prefix to use.
-
$select
- True if the database should be selected.
Returns
- JDatabaseDriver