Welcome Guest, Not a member yet? Register   Sign In
Problem loading up model
#2

[eluser]Amitabh Roy[/eluser]
Try,

Code:
$this->load->model('register', '', TRUE);
$this->register->registerUser();

make sure you model file name is in lowercase, which should be in this case register.php
located at application/models/register.php



Also noted you are missing the constructor in your controller.

Code:
function __construct()
{  }
Check the "Anatomy of a Model" section for naming convention in the Codeigniter user guide page for models for the uppercase/lowercase convention.
http://ellislab.com/codeigniter/user-gui...odels.html


Messages In This Thread
Problem loading up model - by El Forum - 07-09-2011, 01:57 AM
Problem loading up model - by El Forum - 07-09-2011, 02:20 AM
Problem loading up model - by El Forum - 07-09-2011, 04:45 PM
Problem loading up model - by El Forum - 07-10-2011, 04:30 PM
Problem loading up model - by El Forum - 07-10-2011, 11:09 PM
Problem loading up model - by El Forum - 07-12-2011, 08:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB