Code: Select all
this->db->select('dc.*');
$this->db->from('document_category as dc');
$this->db->like('dc.category_id', $id , 'after' OR 'dc.category_id', $id);
Code: Select all
this->db->select('dc.*');
$this->db->from('document_category as dc');
$this->db->like('dc.category_id', $id , 'after' OR 'dc.category_id', $id);