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
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.

Functions called by db_set_active()

Namesort iconLocationDescription
drupal_maintenance_themedrupal/includes/bootstrap.incEnables use of the theme system without requiring database access.
drupal_set_titledrupal/includes/path.incSet the title of the current page, for display on the page and in the title bar.
install_gotodrupal/includes/install.incSend the user to a different installer page.
themedrupal/includes/theme.incGenerate the themed output.
_db_error_pagedrupal/includes/database/database.incPrints a themed maintenance page with the 'Site offline' text, adding the provided error message in the case of 'display_errors' set to on. Ends the page request; no return.