(root)/trunk/api/rest/framework.defaut.php – Rev 30 → 45
Rev 30 |
Show entire file |
Ignore whitespace |
Details |
Blame |
Last modification |
View Log
| RSS feed
| Rev 30 |
Rev 45 |
| 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 |
// Indiquer ci-dessous le chemin absolu vers le fichier Framework.php de la bonne version du Framework
|
4 |
// Indiquer ci-dessous le chemin absolu vers le fichier Framework.php de la bonne version du Framework
|
| 5 |
$chemin = '/home/'.$_ENV['USER'].'/www/commun/tbframework/0.3/Framework.php';
|
5 |
$chemin = '/home/'.$_ENV['USER'].'/www/commun/tbframework/0.3/Framework.php';
|
| 6 |
require_once $chemin;
|
6 |
require_once $chemin;
|
| 7 |
?>
|
7 |
?>
|
| 8 |
|
8 |
|