Jonas Braga

Results 1 comments of Jonas Braga

If someone still needs a way to select distinct fields with this MY_MODEL class here is what I did `$this->model->fields()->select('DISTINCT field_1, field_2', FALSE)->get_all()` what compiled creates a sql > SELECT...