while ($row = $rs->fetch_assoc()) {
                    $topics[$row['forum_id']]['topics'][$row['topic_id']] = $row;
                }