Welcome Guest, Not a member yet? Register   Sign In
Is there any default return value for function?
#6

(This post was last modified: 03-25-2015, 10:43 AM by agriz.)

Just for now, I modified the code to something like that.
I will write my own code after i completely understand codeigniter!

PHP Code:
$this->user_model->login();
     if(
$this->user_model->loggedin() == TRUE) {
         
redirect($dashboard);
     } 
Reply


Messages In This Thread
RE: Is there any default return value for function? - by agriz - 03-25-2015, 10:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB