$db_type

  1. drupal
    1. 6 developer/globals.php

The type of database being used.

Example: mysql.

File

developer/globals.php, line 115
These are the global variables that Drupal uses.

Code

global $db_type

Comments

Values for db_type

Can be 'mysql' (MySQL with default drivers), 'mysqli' (MySQL with the mysqli drivers), or 'pgsql' (Postgres).

Login or register to post comments