Пример #1
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('MAsignaturas', '', TRUE);
     $this->load->model('MAreasAdministrativas', '', TRUE);
     $this->load->helper('url');
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('MEscuelas', '', TRUE);
     $this->load->model('MPersonal', '', TRUE);
     $this->load->helper('url');
 }
Пример #3
0
 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");
 }
Пример #4
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('MCiclos', '', TRUE);
     $this->load->helper('url');
 }