Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->load->model("IndexModel");
     $this->load->model("ProfileModel");
     $this->_model = new IndexModel();
     $this->_modelProfile = new ProfileModel();
 }
 function __construct()
 {
     parent::__construct();
     $this->load->model("PublicacionesModel");
     $this->_model = new PublicacionesModel();
 }
 function __construct()
 {
     parent::__construct();
     $this->load->model("ProfileModel");
     $this->_model = new ProfileModel();
 }
 function __construct()
 {
     parent::__construct();
     $this->load->model("GaleriaModel");
     $this->_model = new GaleriaModel();
 }
Example #5
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('vehiculos/VehiculosModel');
     $this->model = new VehiculosModel();
 }
Example #6
0
 function __construct()
 {
     parent::__construct();
     $this->load->model("Contactos/contactosModel");
     $this->model = new ContactosModel();
 }
Example #7
0
 function __construct()
 {
     parent::__construct();
 }