Bare skriv det ud i dit hvor
$this->db->where("(condition1 AND condition2) OR (condition3 AND condition4)");
dette vil stadig undslippe data, og du behøver ikke at narre med or_where-metoden.
Bare skriv det ud i dit hvor
$this->db->where("(condition1 AND condition2) OR (condition3 AND condition4)");
dette vil stadig undslippe data, og du behøver ikke at narre med or_where-metoden.