Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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
share|improve this question
Can you please post your controller? – manix Dec 14 '12 at 15:19

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.