db ->where('form_key', $form_key) ->where('active', 1) ->order_by('field_order', 'ASC') ->get($this->table) ->result_array(); } }