[eluser]toymachiner62[/eluser]
[quote author="terry101" date="1312593327"]hmm isnt this going to the model Usermodel then going to the function register_user?
$this->Usermodel->register_user($username, $name, $email, $password);
What do you mean and where?[/quote]
Yes that would go to the model Usermodel and the function register_user, but in your constructor function, you've loaded the model 'User_model' instead of 'Usermodel'.