(root)/trunk/framework.defaut.php – Rev 2 → 15
Rev 2 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
Rev 2 |
Rev 15 |
Line 1... |
Line 1... |
1 |
<?php
|
1 |
<?php
|
2 |
// Inclusion du Framework
|
2 |
// Inclusion du Framework
|
3 |
// Renomer ce fichier en "framework.php"
|
3 |
// Renomer ce fichier en "framework.php"
|
4 |
// Indiquyer ci-dessous le chemin absolu vers le fichier autoload.inc.php de la bonne version du Framework
|
4 |
// Indiquyer ci-dessous le chemin absolu vers le fichier autoload.inc.php de la bonne version du Framework
|
5 |
require_once '../../framework/Framework.php';
|
5 |
require_once dirname(__FILE__).'/../framework-0.3/framework/Framework.php';
|
6 |
?>
|
6 |
?>
|
7 |
|
7 |
|