function LIVEUSER1LOGIN($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("INSCRIPTION", "User", $vars);
 }
Example #2
0
 function RUBR($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("RUBR", "Rubrique", $vars);
 }
Example #3
0
 function NAV($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("NAV", "User", $vars);
 }
 function MOEUVREPROTO($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("MOEUVREPROTO", "Gestab", $vars);
 }
Example #5
0
 function INDEX($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("INDEX", "", $vars);
 }
Example #6
0
 function ALTUSER($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("ALTUSER", "Employeur", $vars);
 }
 function INTROPROTO($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("INSCRIPTION", "User", $vars);
 }
Example #8
0
 function BASEGEN($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("BASEGEN", "", $vars);
 }
 function CONNECTION($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("CONNECTION", "User", $vars);
 }