Subversion Repositories Applications.gtt

Rev

Rev 104 | Rev 123 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 104 Rev 118
Line 47... Line 47...
47
$action = 'identification';
47
$action = 'identification';
48
if (!empty($_GET['action'])) {
48
if (!empty($_GET['action'])) {
49
	$action = $_GET['action'];
49
	$action = $_GET['action'];
50
}
50
}
Line 51... Line 51...
51
 
51
 
52
// Initialisation du gestionnaire d'erreur
52
// Initialisation du Gestionnaire d'erreurs
53
$GLOBALS['_GTT_']['erreur'] = new GestionnaireErreur(GTT_DEBOGAGE_CONTEXTE);
53
$GLOBALS['_GTT_']['erreur'] = new GestionnaireErreur(GTT_DEBOGAGE_CONTEXTE);
Line -... Line 54...
-
 
54
$GLOBALS['_GTT_']['erreur']->setNiveauErreurCourrant(GTT_DEBOGAGE_NIVEAU);
-
 
55
 
-
 
56
// Initialisation du Chronomêtre
54
$GLOBALS['_GTT_']['erreur']->setNiveauErreurCourrant(GTT_DEBOGAGE_NIVEAU);
57
$GLOBALS['_GTT_']['chrono'] = new Chronometre();
55
 
58
 
56
// Connexion à la base de données
59
// Connexion à la base de données
57
$GLOBALS['db'] = DB::connect(GTT_BDD_DSN);
60
$GLOBALS['db'] = DB::connect(GTT_BDD_DSN);
58
if (PEAR::isError($GLOBALS['db'])) {
61
if (PEAR::isError($GLOBALS['db'])) {