["wantToConnect"]; ); function start() { session_start(); $action = $_REQUEST['action']; if(in_array($action, $this->action['Gest']){ $controleur = new GestControler(); } } }