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