Im trying to get values of 'yrlvl' with 11 or 1112 values but i cant get it whit this line of code:
$this->db->order_by('id', 'DESC');
$query = $this->db->get_where('subjects', array('strand' => 'GAS', 'yrlvl' => '11'or '1112'));
return $query->result_array();
I'm only getting the 1112 value someone help please.