Subversion Repositories eFlore/Applications.coel-consultation

Rev

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

Rev 114 Rev 142
Line 7... Line 7...
7
 * @category	PHP5
7
 * @category	PHP5
8
 * @package		Collection
8
 * @package		Collection
9
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
9
 * @author		Jean-Pascal MILCENT <jpm@tela-botanica.org>
10
 * @copyright	2010 Tela-Botanica
10
 * @copyright	2010 Tela-Botanica
11
 * @license		GPL-v3 et CECILL-v2
11
 * @license		GPL-v3 et CECILL-v2
12
 * @version		$Id: collection.php 114 2010-06-28 09:49:51Z jpm $
12
 * @version		$Id: collection.php 142 2010-08-30 12:41:00Z jpm $
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.'dao',	
18
		'bibliotheque'.DS.'pear',
19
		'bibliotheque'.DS.'pear',
19
		'bibliotheque'.DS.'utilitaires',
20
		'bibliotheque'.DS.'utilitaires',
20
		'composants',
21
		'composants',
21
		'composants'.DS.'cartographie');
22
		'composants'.DS.'cartographie');
22
	foreach ($chemins as $chemin) {
23
	foreach ($chemins as $chemin) {