function staticInsertDbVars($pvars) { MAIN_CLASS::insertDbVars("RUBR", $pvars, RUBR::getInitInputs()); }
//******************************************************************** // phpaie //------------------------------------------------------------------ // Version: 0.1 // // Copyright (c) 2002 by Jean-Charles Gibier (~Le Mulot Fou~) // (http://www.phpaie.net) // (webmaster@machinbidule.com) // // Support éventuel sur www.phpaie.net //********************************************************************* // This program is free software. You can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License as // published by the Free Software Foundation. //********************************************************************* //Initialisation de la session [INIT_PAGE] require_once "RUBR_def.php"; require_once "../inc/session_identifie.php"; //Récupération des variables des méthodes POST et GET $pg_RUBR = new RUBR(isset($_POST) && array_count_values($_POST) ? $_POST : $_GET); //Récupération des variables pour le formulaire $vars = $pg_RUBR->getValidVars(); //INIT_PAGE enregistrement //Lead enregistrement code ($ld_enrg_code) //Cette instruction identifie l'utilisateur créateur de l'employeur $pg_RUBR->setVar('ID_EMPLOY', $local_userid); //Trail code ($tr_code) //ARG4 // Affichage de la présentation // paramètre: action à effectuer si validation $pg_RUBR->pageDisplay("");