Ejemplo n.º 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();
 }
Ejemplo n.º 3
0
 function __construct()
 {
     parent::__construct();
     $this->load->model("ProfileModel");
     $this->_model = new ProfileModel();
 }
Ejemplo n.º 4
0
 function __construct()
 {
     parent::__construct();
     $this->load->model("GaleriaModel");
     $this->_model = new GaleriaModel();
 }
Ejemplo n.º 5
0
 function __construct()
 {
     parent::__construct();
     $this->load->model('vehiculos/VehiculosModel');
     $this->model = new VehiculosModel();
 }
Ejemplo n.º 6
0
 function __construct()
 {
     parent::__construct();
     $this->load->model("Contactos/contactosModel");
     $this->model = new ContactosModel();
 }
Ejemplo n.º 7
0
 function __construct()
 {
     parent::__construct();
 }