foreach ($this->db->fetchAll($query, $this->id) as $row) {
            $this->forums[$row['id']] = $row['title'];
        }