This is kinda it!
$this->db->or_like(array('sender' => $k, 'msg' => $k));
As seen on http://stackoverflow.com/questions/23254305/multiple-like-clause-codeigniter
This is kinda it!
$this->db->or_like(array('sender' => $k, 'msg' => $k));
As seen on http://stackoverflow.com/questions/23254305/multiple-like-clause-codeigniter