Source for file _connect_db.inc.php
Documentation is available at _connect_db.inc.php
* This files instantiates the global {@link $DB} object and connects to the database.
* This file is part of the evoCore framework - {@link http://evocore.net/}
* See also {@link http://sourceforge.net/projects/evocms/}.
* @copyright (c)2003-2007 by Francois PLANQUE - {@link http://fplanque.net/}
* NOTE: fp> config should always be loaded as a whole because of the prequire"_once" stuff not working very well on Windows
require_once dirname(__FILE__
).
'/../conf/_config.php';
require_once dirname(__FILE__
).
'/_misc/_db.class.php';
* Database connection (connection opened here)
$DB =
& new DB( $db_config );