| Versionen | |
|---|---|
| drupal7 | db_driver() |
Retrieve the name of the currently active database driver, such as "mysql" or "pgsql".
The name of the currently active database driver.
includes/
<?php
function db_driver() {
return Database::getConnection()->driver();
}
?>
Kommentare
Kommentar hinzufügen