I downloaded the latest version of the Codeigniter 2.1.3. It's failed to load views and model. I'm using xampp.
using load method
$this->load->model('user');
$this->load->view('welcome');
Using Autoload
$autoload['model'] = array('domain','user','error');
I'm getting this error
Call to a member function view() on a non-object in D:\xampp\htdocs\wwi\application\controllers\index.php on line 22