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(); }
function __construct() { parent::__construct(); $this->load->model('vehiculos/VehiculosModel'); $this->model = new VehiculosModel(); }
function __construct() { parent::__construct(); $this->load->model("Contactos/contactosModel"); $this->model = new ContactosModel(); }
function __construct() { parent::__construct(); }