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-2008 by Francois PLANQUE - {@link http://fplanque.net/}
* @version $Id: _connect_db.inc.php,v 1.10 2008/01/21 09:35:23 fplanque Exp $
* 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__
).
'/_core/model/db/_db.class.php';
* Database connection (connection opened here)
$DB =
& new DB( $db_config );
* $Log: _connect_db.inc.php,v $
* Revision 1.10 2008/01/21 09:35:23 fplanque
* Revision 1.9 2007/06/25 10:58:51 fplanque
* MODULES (refactored MVC)