Welcome Guest, Not a member yet? Register   Sign In
Problems with altervista
#3

This is my code:


Code:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Welcome extends CI_Controller {

function index()
   {
       $this->load->model('home_model');

       $data['n'] = $this->home_model->Novita();
       $data['v'] = $this->home_model->Venduti();
       $this->load->view('primaview');
       $this->load->view('menu');
       $this->load->view('home', $data);
       $this->load->view('footer');
   }
}
?>

Also the folder "membri" that appears in the path is not part of my site but I think it's part of altervista



Code:
Message: Unable to locate the model you have specified: Home_model

Filename: /membri/****/system/core/Loader.php
Reply


Messages In This Thread
Problems with altervista - by mtrick - 09-15-2015, 06:20 AM
RE: Problems with altervista - by ivantcholakov - 09-15-2015, 03:12 PM
RE: Problems with altervista - by mtrick - 09-15-2015, 04:29 PM
RE: Problems with altervista - by ivantcholakov - 09-16-2015, 06:25 AM
RE: Problems with altervista - by mwhitney - 09-16-2015, 07:35 AM
RE: Problems with altervista - by mtrick - 09-17-2015, 05:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB