db_set_active

Related topics

Namesort iconDescription
Database abstraction layerAllow the use of different database servers using the same code base.

Functions that call db_set_active()

Namesort iconLocationDescription
db_set_activedrupal/includes/database.incActivate a database for future queries.
install_maindrupal/install.phpThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
install_maindrupal/install.phpThe Drupal installation happens in a series of steps. We begin by verifying that the current environment meets our minimum requirements. We then go on to verify that settings.php is properly configured. From there we connect to the configured database...
watchdogdrupal/includes/bootstrap.incLog a system message.
watchdogdrupal/includes/bootstrap.incLog a system message.

Functions called by db_set_active()

Namesort iconLocationDescription
db_connectdrupal/includes/database.pgsql.incInitialize a database connection.
db_connectdrupal/includes/database.pgsql.incInitialize a database connection.
db_set_activedrupal/includes/database.incActivate a database for future queries.
drupal_maintenance_themedrupal/includes/bootstrap.incEnables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API...
drupal_maintenance_themedrupal/includes/bootstrap.incEnables use of the theme system without requiring database access. Since there is not database access no theme will be enabled and the default themeable functions will be called. Some themeable functions can not be used without the full Drupal API...
drupal_set_titledrupal/includes/path.incSet the title of the current page, for display on the page and in the title bar.
drupal_set_titledrupal/includes/path.incSet the title of the current page, for display on the page and in the title bar.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.
themedrupal/includes/theme.incGenerate the themed representation of a Drupal object.