foreach (AppCore::GetDatabase()->fetchAll($query) as $row) {
            $return['groups'][$row['group_id']] = $row; 
        }