Welcome Guest, Not a member yet? Register   Sign In
Ion Auth - Lightweight Auth System based on Redux Auth 2

[eluser]Ben Edmunds[/eluser]
dhaulagiri,

I changed the case on the C and added single quotes to your method calls.

Yea you can definitely do that.

Something like this:

Code:
if ($this->ion_auth->is_admin()) {
   $this->load->view('admin', $data)
}
else {
   $this->load->view('public', $data)
}


Messages In This Thread
Ion Auth - Lightweight Auth System based on Redux Auth 2 - by El Forum - 06-03-2010, 10:20 AM



Theme © iAndrew 2016 - Forum software by © MyBB