I put two validation function from my model in if but doesn’t work together, it looks like this
if($this->CI_auth->check_logged()===FALSE || $this->Facebook_model->check_logged_fb()=== FALSE)
redirect(base_url().‘guest_page/’);
else{
redirect(base_url().'member_page/');
}
Anyone know where is the problem?
P.S. sorry for my bad english !