I need a little help. How can i send this query with codeigniter?
Delete FROM friendconnect WHERE who = 5 and whos = 1 OR whos = 5 and who = 1;
$this->db->where('(who = 5 and whos = 1) OR (whos = 5 and who = 1)'); $this->db->delete('friendconnect');