Subversion Repositories Applications.referentiel

Rev

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

Rev 20 Rev 26
Line 25... Line 25...
25
define('ES_CHEMIN_CONFIG', ES_CHEMIN_APPLI.'configurations'.DS);
25
define('ES_CHEMIN_CONFIG', ES_CHEMIN_APPLI.'configurations'.DS);
26
define('ES_CHEMIN_MODULE', ES_CHEMIN_APPLI.'modules'.DS);
26
define('ES_CHEMIN_MODULE', ES_CHEMIN_APPLI.'modules'.DS);
27
define('ES_CHEMIN_PEAR', '/opt/lampp/lib/php/');
27
define('ES_CHEMIN_PEAR', '/opt/lampp/lib/php/');
Line 28... Line 28...
28
 
28
 
-
 
29
// Chargement de base pour l'autoload
29
// Chargement de base pour l'autoload
30
$GLOBALS['chemins_autoload'] = array(
-
 
31
	dirname(realpath(__FILE__)).DS.'bibliotheque'.DS,
-
 
32
	dirname(realpath(__FILE__)).DS.'..'.DS.'bibliotheque'.DS.'dao'.DS,
30
$GLOBALS['chemins_autoload'] = array(dirname(realpath(__FILE__)).DS.'bibliotheque'.DS);
33
	);
31
?>
34
?>