You are here

constant JOOMLA_DATABASE_HOST in Joomla to Drupal 7.2

Same name and namespace in other branches
  1. 6 joomla.module \JOOMLA_DATABASE_HOST
  2. 7 joomla.module \JOOMLA_DATABASE_HOST
3 uses of JOOMLA_DATABASE_HOST
joomla_admin_settings in ./joomla.module
Joomla admin settings.
joomla_database_init in ./joomla.module
Initialise settings for communicating with the Joomla database. This makes it possible to switch between the Drupal and Joomla databases with db_set_active().
joomla_database_test in ./joomla.module
Test whether a valid joomla database has been configured.

File

./joomla.module, line 11
The joomla module used for migrate Joomla to Drupal.

Code

define('JOOMLA_DATABASE_HOST', 'localhost');