ellislabフォーラム
$this->db->like('location', $your_string);
使用:
$this->db->where('location LIKE', '%'.$your_string.'%');
およびor_where or_likeの代わりに 。
ellislabフォーラム
$this->db->like('location', $your_string);
使用:
$this->db->where('location LIKE', '%'.$your_string.'%');
およびor_where or_likeの代わりに 。