Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'personnel', 'personnel');
     $this->entry_attr(array('matricule' => 'personnel_matricule', 'fonction' => 'personnel_fonction', 'nom' => 'personnel_nom', 'prenom' => 'personnel_prenom', 'echelle' => 'personnel_echelle', 'echelon' => 'personnel_echelon', 'date_naiss' => 'personnel_date_naiss', 'date_recrut' => 'personnel_date_recrut', 'categorie' => 'personnel_categorie', 'tel' => 'personnel_tel', 'adresse' => 'personnel_adresse', 'assign' => 'personnel_assign'));
     check_context();
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(FALSE, 'filière');
     $this->entry_attr(array('id_niveau' => 'filiere_niveau', 'code' => 'filiere_code', 'libelle' => 'filiere_libelle', 'description' => 'filiere_description', 'mode' => 'filiere_mode', 'assign' => 'filiere_assign'));
     check_context_secteur();
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'secteur');
     $this->entry_attr(array('code' => 'secteur_code', 'libelle' => 'secteur_libelle', 'assign' => 'secteur_assign'));
     check_context();
 }