Vous êtes connecté en tant que anonymous Se Deconnecter
app = $appName; } public function getAppName(){ return $this->app; } public function load(){ require MODULES_PATH . DIRECTORY_SEPARATOR . $this->getAppName() . DIRECTORY_SEPARATOR . "public" . DIRECTORY_SEPARATOR . "index.php"; } }