2016-12-09 12 views

답변

1
$this->db->join('table', 'table.a = table2.b'); 
$this->db->like('field_name_in_table','value_to_be_compared'); 

이 시도.