field($field) ->order('id desc') ->select() ->toArray(); $data['data'] = $res; return $this->json($data); } function listbygroups() { $res = Seating::getlistbygroups(); $data['data'] = $res; return $this->json($data); } }