Subversion Repositories Applications.framework

Compare Revisions

Ignore whitespace Rev 196 → Rev 197

/trunk/framework/Application.php
8,7 → 8,7
* @author Jean-Pascal MILCENT <jpm@tela-botanica.org>
* @copyright Copyright (c) 2009, Tela Botanica (accueil@tela-botanica.org)
* @license http://www.gnu.org/licenses/gpl.html Licence GNU-GPL-v3
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
* @license http://www.cecill.info/licences/Licence_CeCILL_V2-fr.txt Licence CECILL-v2
* @version SVN : $Id$
* @link /doc/framework/
*/
32,9 → 32,9
// Configuration du gestionnaire d'exception
GestionnaireException::configurer();
// Configuration du gestionnaire de logs
Log::configurer();
//Log::configurer();
}
 
/**
* Permet d'indiquer le chemin de base de l'Application.
* Cette méthode doit obligatoirement être utilisée par l'application pour que le Framework fonctionne correctement.