Exemple #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('MAsignaturas', '', TRUE);
     $this->load->model('MAreasAdministrativas', '', TRUE);
     $this->load->helper('url');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->model('MEscuelas', '', TRUE);
     $this->load->model('MPersonal', '', TRUE);
     $this->load->helper('url');
 }
 function __construct()
 {
     parent::__construct();
     $this->load->model('MAsignaturas', '', TRUE);
     $this->load->model('MAulas', '', TRUE);
     $this->load->model('MGrupos', '', TRUE);
     $this->load->helper('url');
     date_default_timezone_set("America/El_Salvador");
 }
Exemple #4
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('MCiclos', '', TRUE);
     $this->load->helper('url');
 }