Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 20 | Rev 1279 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20 Rev 148
Line 23... Line 23...
23
	if (Config::get('benchmark_chrono')) {
23
	if (Config::get('benchmark_chrono')) {
24
		Chronometre::chrono("Lancement d'eFlore");
24
		Chronometre::chrono("Lancement d'eFlore");
25
	}
25
	}
Line 26... Line 26...
26
 
26
 
-
 
27
	// Initialisation du controleur principal de l'application
27
	// Initialisation du controleur principal de l'application
28
	try {
-
 
29
		AppControleur::initialiser();
-
 
30
	} catch  (Exception $e) {
-
 
31
		$message = $e->getMessage()."\nLigne : ".$e->getLine()."\nFichier : ".$e->getFile();
-
 
32
		Debug::printr($message);
Line 28... Line 33...
28
	AppControleur::initialiser();
33
	}
29
	
34
 
30
	if (Config::get('benchmark_chrono')) {
35
	if (Config::get('benchmark_chrono')) {
31
		Chronometre::chrono("ArrĂȘt d'eFlore");
36
		Chronometre::chrono("ArrĂȘt d'eFlore");