constant DRUPAL_BOOTSTRAP_DATABASE

  1. 7.x drupal-7.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_DATABASE
  2. 6.x drupal-6.x/includes/bootstrap.inc DRUPAL_BOOTSTRAP_DATABASE

Third bootstrap phase: initialize database layer.

3 uses of DRUPAL_BOOTSTRAP_DATABASE
drupal_bootstrap in drupal-6.x/includes/bootstrap.inc
A string describing a phase of Drupal to load. Each phase adds to the previous one, so invoking a later phase automatically runs the earlier phases too. The most important usage is that if you want to access the Drupal database from a script without…
init_theme in drupal-6.x/includes/theme.inc
Initialize the theme system by loading the theme.
_drupal_bootstrap in drupal-6.x/includes/bootstrap.inc

File

drupal-6.x/includes/bootstrap.inc, line 138
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_BOOTSTRAP_DATABASE', 2)