Method to get a JDatabaseDriver object.
static
JDatabaseDriver
getDBO
(
string $driver,
string $host,
string $user,
string $password,
string $database,
string $prefix, [
boolean $select =
true])
-
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.