Welcome Guest, Not a member yet? Register   Sign In
HMVC
#1

[eluser][email protected][/eluser]
Here is what i found that give me problem when tryin to login below is code for the cause of the error Fatal error: Class 'Mdl_users' not found in C:\xampp\htdocs\csir_pri_cms\application\third_party\MX\Loader.php on line 209


$this->load->model('mdl_users');
$result = $this->mdl_users->password_check($username, $password);

if ($result == FALSE)
{
$this->form_validation->set_message('password_check', 'You did not enter a correct and/or password');
return FALSE;
}
else
{
return TRUE;
}


Messages In This Thread
HMVC - by El Forum - 07-21-2014, 02:28 AM
HMVC - by El Forum - 07-21-2014, 10:08 PM
HMVC - by El Forum - 07-22-2014, 05:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB