Subversion Repositories Applications.framework

Rev

Rev 467 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 467 Rev 476
Line 2... Line 2...
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/**
3
/**
4
 * Fichier contenant la fonction de chargement automatique de classes, il doit toujours rester à la racine
4
 * Fichier contenant la fonction de chargement automatique de classes, il doit toujours rester à la racine
5
 * du framework car il initialise le chemin de l'application en se basant sur son propre emplacement.
5
 * du framework car il initialise le chemin de l'application en se basant sur son propre emplacement.
6
 *
6
 *
7
 * PHP Version 5.1.2
7
 * @category	PHP 5.2
8
 *
-
 
9
 * @category  Fichier_De_Fonctions
-
 
10
 * @package   Framework
8
 * @package		Framework
11
 // Auteur principal :
-
 
12
 * @author Aurelien PERONNET <aurelien@tela-botanica.org>
9
 * @author Aurelien PERONNET <aurelien@tela-botanica.org>
13
 // Autres auteurs :
-
 
14
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
10
 * @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
-
 
11
 * @copyright	Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)
15
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
12
 * @license GPL v3 <http://www.gnu.org/licenses/gpl.txt>
16
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
13
 * @license CECILL v2 <http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt>
17
 * @version $$Id: autoload.inc.php 188 2010-04-29 12:09:17Z jpm $$
-
 
18
 * @copyright 1999-2009 Tela Botanica (accueil@tela-botanica.org)
-
 
19
 */
14
 */
Line 20... Line 15...
20
 
15
 
21
// Redéfinition de la constante DIRECTORY_SEPARATOR
16
// Redéfinition de la constante DIRECTORY_SEPARATOR
22
if (!defined('DS')) {
17
if (!defined('DS')) {