Welcome Guest, Not a member yet? Register   Sign In
Valid IF statement expressions
#1

Hi all,

I have a CodeIgniter project is currently functioning correctly but i'm not sure how one statement is executing. Here it is:

some_controller class 
If($this->some_model->some_check($email) { execute some code     }

some_model class
public function some_check($email)
{
  $this->db->where('email',$email)'
  return $this->db->get('email_table')->row_array();
}


What i'm confused about is the some_check method, it returns "row_array()" - how does this pass as a condition for the if statement?

Any help appreciated.
Reply


Messages In This Thread
Valid IF statement expressions - by onezeroone - 04-14-2017, 10:05 AM
RE: Valid IF statement expressions - by Narf - 04-18-2017, 02:30 AM



Theme © iAndrew 2016 - Forum software by © MyBB