Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 48 Rev 77
Line 13... Line 13...
13
 */
13
 */
14
// Autoload pour cette application
14
// Autoload pour cette application
15
function __autoload($nom_classe) {
15
function __autoload($nom_classe) {
16
	// Tableau des chemins à inclure pour trouver une classe relatif à ce fichier
16
	// Tableau des chemins à inclure pour trouver une classe relatif à ce fichier
17
	$chemins = array(
17
	$chemins = array(
18
		'bibliotheque'.DS.'noyau',	
-
 
19
		'bibliotheque'.DS.'pear',
18
		'bibliotheque'.DS.'pear',
20
		'bibliotheque'.DS.'utilitaires',
19
		'bibliotheque'.DS.'utilitaires',
21
		'composants',
20
		'composants',
22
		'composants'.DS.'cartographie');
21
		'composants'.DS.'cartographie');
23
	foreach ($chemins as $chemin) {
22
	foreach ($chemins as $chemin) {