Vous êtes connecté en tant que anonymous Se Deconnecter
public/index.php
137b5e76
 <?php 
05e9b0be
 
137b5e76
 define("APPLICATION_PATH", dirname(dirname(__FILE__)).DIRECTORY_SEPARATOR."application");
aed8ee26
 define("CLASSES_PATH", APPLICATION_PATH.DIRECTORY_SEPARATOR."class");
05e9b0be
 
137b5e76
 require CLASSES_PATH.DIRECTORY_SEPARATOR."application.class.php";
05e9b0be
 
aed8ee26
 $poo_v1 = new Application();
 $poo_v1->launch();