コード例 #1
0
 function LIVEUSER1LOGIN($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("INSCRIPTION", "User", $vars);
 }
コード例 #2
0
ファイル: RUBR_def.php プロジェクト: BackupTheBerlios/phpaie
 function RUBR($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("RUBR", "Rubrique", $vars);
 }
コード例 #3
0
ファイル: NAV_def.php プロジェクト: BackupTheBerlios/phpaie
 function NAV($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("NAV", "User", $vars);
 }
コード例 #4
0
 function MOEUVREPROTO($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("MOEUVREPROTO", "Gestab", $vars);
 }
コード例 #5
0
ファイル: INDEX_def.php プロジェクト: BackupTheBerlios/phpaie
 function INDEX($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("INDEX", "", $vars);
 }
コード例 #6
0
 function ALTUSER($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("ALTUSER", "Employeur", $vars);
 }
コード例 #7
0
 function INTROPROTO($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("INSCRIPTION", "User", $vars);
 }
コード例 #8
0
 function BASEGEN($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("BASEGEN", "", $vars);
 }
コード例 #9
0
 function CONNECTION($vars)
 {
     // ---------- nom de l'identifiant courant ------
     $this->inputs = $this->getInitInputs();
     MAIN_CLASS::MAIN_CLASS("CONNECTION", "User", $vars);
 }