Subversion Repositories Applications.framework

Rev

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

Rev 277 Rev 287
Line 29... Line 29...
29
	// Ajout d'information concernant cette application
29
	// Ajout d'information concernant cette application
30
	Framework::setCheminAppli(__FILE__);// Obligatoire
30
	Framework::setCheminAppli(__FILE__);// Obligatoire
31
	Framework::setInfoAppli(Config::get('info'));
31
	Framework::setInfoAppli(Config::get('info'));
Line 32... Line 32...
32
	
32
	
33
	// Initialisation et lancement du serveur
33
	// Initialisation et lancement du serveur
34
	$Serveur = new Serveur();
34
	$Serveur = new RestServeur();
Line 35... Line 35...
35
	$Serveur->executer();
35
	$Serveur->executer();
36
	
36
	
37
	// Affiche le temps d'execution du service
37
	// Affiche le temps d'execution du service