order('first asc')->group('first')->select()->toArray(); array_walk($all_first,function (&$v,$k){ $v['city_list'] = self::field('id,name,short_name')->where(['first'=>$v['first'],'level'=>2])->select()->toArray(); }); return $all_first; } }