Welcome Guest, Not a member yet? Register   Sign In
How to creat remember me checkbox with codeigniter?
#3

[eluser]boltsabre[/eluser]
Code:
$user = $this->my_mod->user_exist_employer($email,$password);

        $user = $this->my_mod->user_exist($email,$password);

Careful of this, your second call to your model is over writing the results of your first model call because you've called both $user = $this->my_mod->
If the first model call is just setting some session stuff or whatever, not a problem, but if it's returning anything then yeah... you've over written it.


Messages In This Thread
How to creat remember me checkbox with codeigniter? - by El Forum - 04-02-2012, 12:06 AM
How to creat remember me checkbox with codeigniter? - by El Forum - 04-02-2012, 04:24 AM
How to creat remember me checkbox with codeigniter? - by El Forum - 04-02-2012, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB