Ejemplo n.º 1
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'module');
     $this->entry_attr(array('libelle' => 'module_libelle', 'code' => 'module_code', 'a1s1' => 'module_a1s1', 'a1s2' => 'module_a1s2', 'a2s1' => 'module_a2s1', 'a2s2' => 'module_a2s2', 'theorie' => 'module_theorie', 'pratique' => 'module_pratique'));
     check_context_filiere();
 }
Ejemplo n.º 2
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'groupe');
     $this->entry_attr(array('code' => 'groupe_code', 'annee' => 'groupe_annee'));
     check_context_filiere();
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'local', 'locaux');
     $this->entry_attr(array('code' => 'local_code', 'type' => 'local_type', 'categorie' => 'local_categorie'));
     check_context();
 }
Ejemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     if (!isLogged()) {
         redirect('admin/inicio');
     }
     $this->data['menuActual'] = 'usuarios';
 }
Ejemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
     //ini_set("display_errors",1);
     if (!isLogged()) {
         redirect('admin/inicio');
     }
     $this->data['menuActual'] = 'comentarios';
 }
Ejemplo n.º 6
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'niveau', 'niveaux');
     $this->entry_attr(array('code' => 'niveau_code', 'libelle' => 'niveau_libelle', 'duree_formation' => 'niveau_duree_formation'));
 }
Ejemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'établissement');
     $this->entry_attr(array('libelle' => 'etablissement_libelle', 'id_complexe' => 'etablissement_complexe'));
 }
Ejemplo n.º 8
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(FALSE, 'annee');
     $this->entry_attr(array('id' => 'annee_promotion', 'keep_personnel' => 'keep_personnel', 'keep_formateurs' => 'keep_formateurs', 'keep_modules' => 'keep_modules'));
 }
Ejemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->setup_name(TRUE, 'complexe');
     $this->entry_attr(array('libelle' => 'complexe_libelle'));
 }