foreach ($this->db->fetchAll($query, $user_id) as $row) {
                $topics[$row['forum_id']]['topics'][$row['topic_id']] = $row;
            }