Subversion Repositories eFlore/Applications.eflore-consultation

Rev

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

Rev 990 Rev 1105
Line 1... Line 1...
1
<?php
1
<?php
2
// declare(encoding='UTF-8');
2
// declare(encoding='UTF-8');
3
/** Inclusion du fichier principal de l'application*/
3
/** Inclusion du fichier principal de l'application*/
4
require_once 'eflore.php';
4
require_once 'eflore.php';
Line 5... Line 5...
5
 
5
 
6
echo AppControleur::getContenuCorps(); 
6
echo AppControleur::getContenuCorps();
-
 
7
echo AppControleur::getContenuPied();
-
 
8
 
7
echo AppControleur::getContenuPied();
9
// Débogage
8
//echo AppControleur::getChrono();
10
echo AppControleur::getChrono();
9
//echo AppControleur::getExceptions(); 
11
echo AppControleur::getExceptions();
10
?>
12
?>