Line 14... |
Line 14... |
14 |
* @licence GPL v3 & CeCILL v2
|
14 |
* @licence GPL v3 & CeCILL v2
|
15 |
* @version $Id$
|
15 |
* @version $Id$
|
16 |
*/
|
16 |
*/
|
17 |
// +-------------------------------------------------------------------------------------------------------------------+
|
17 |
// +-------------------------------------------------------------------------------------------------------------------+
|
Line 18... |
Line 18... |
18 |
|
18 |
|
19 |
// Le fichier autoload.inc.php du Framework de Tela Botanica doit être appelée avant tout autre chose dans l'application.
|
19 |
// Le fichier Framework.php du Framework de Tela Botanica doit être appelée avant tout autre chose dans l'application.
|
20 |
// Sinon, rien ne sera chargé.
|
20 |
// Sinon, rien ne sera chargé.
|
21 |
// Chemin du fichier chargeant le framework requis
|
21 |
// Chemin du fichier chargeant le framework requis
|
22 |
$framework = dirname(__FILE__).DIRECTORY_SEPARATOR.'framework.php';
|
22 |
$framework = dirname(__FILE__).DIRECTORY_SEPARATOR.'framework.php';
|
23 |
if (!file_exists($framework)) {
|
23 |
if (!file_exists($framework)) {
|