global $db_type
The type of database being used.
Example: mysql.
File
- documentation-6.x/
developer/ globals.php, line 115 - These are the global variables that Drupal uses.
Code
global $db_type;
The type of database being used.
Example: mysql.
global $db_type;