Subversion Repositories Applications.gtt

Rev

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

Rev 45 Rev 48
Line 42... Line 42...
42
define('GTT_ABSCENCE_ID_CP', 1);
42
define('GTT_ABSCENCE_ID_CP', 1);
43
define('GTT_ABSCENCE_ID_RTT', 2);
43
define('GTT_ABSCENCE_ID_RTT', 2);
44
define('GTT_ABSCENCE_ID_MALADIE', 3);
44
define('GTT_ABSCENCE_ID_MALADIE', 3);
45
define('GTT_ABSCENCE_ID_GREVE', 4);
45
define('GTT_ABSCENCE_ID_GREVE', 4);
Line -... Line 46...
-
 
46
 
-
 
47
// +------------------------------------------------------------------------------------------------------+
-
 
48
// Débogage
-
 
49
/** Constante stockant si oui ou non on veut afficher le débogage.*/
-
 
50
define('GTT_DEBOGAGE', false);
-
 
51
/** Constante stockant si oui ou non on veut afficher le débogage des fichiers PEAR.*/
-
 
52
define('GTT_DEBOGAGE_PEAR', false);
-
 
53
/** Constante stockant la chaine permettant de repérer en se basabt sur le chemin, les fichiers provenant de la bibliothèque PEAR.*/
-
 
54
define('GTT_DEBOGAGE_PEAR_CHAINE', '/lib/php/');
-
 
55
/** Constante stockant si oui ou non on veut afficher le contexte de débogage.*/
-
 
56
define('GTT_DEBOGAGE_CONTEXTE', false);
-
 
57
/** Constante stockant une valeur correspondant au niveau d'erreur à employer pour le code PHP.*/
-
 
58
define('GTT_DEBOGAGE_NIVEAU', 2048);// Voir le manuel de PHP pour les différents niveaux disponibles.
-
 
59
/** Constante stockant si oui ou nom on veut afficher le tableau de chronométrage de l'application.*/
-
 
60
define('GTT_DEBOGAGE_CHRONO', false);
46
 
61
 
47
//==================================== GTT v3 ==================================
62
//==================================== GTT v3 ==================================
48
/* definition des chemins d'acces */
63
/* definition des chemins d'acces */
49
define ("CHEMIN",'');
64
define ("CHEMIN",'');
50
define("CHEMIN_PRESENTATION",CHEMIN.'presentation/');
65
define("CHEMIN_PRESENTATION",CHEMIN.'presentation/');