Subversion Repositories Applications.referentiel

Rev

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

Rev 26 Rev 59
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(
30
$GLOBALS['chemins_autoload'] = array(
31
	dirname(realpath(__FILE__)).DS.'bibliotheque'.DS,
31
	dirname(realpath(__FILE__)).DS.'bibliotheque'.DS,
-
 
32
	dirname(realpath(__FILE__)).DS.'..'.DS.'bibliotheque'.DS.'dao'.DS,
32
	dirname(realpath(__FILE__)).DS.'..'.DS.'bibliotheque'.DS.'dao'.DS,
33
	dirname(realpath(__FILE__)).DS.'..'.DS.'bibliotheque'.DS.'utilitaires'.DS
33
	);
34
	);
34
?>
35
?>