while ($row = $rs->fetch_assoc()) {
                    $row['forum_name'] = html_entity_decode_utf8($row['forum_name']);
                    $this->forums[$row['forum_id']] = $row;
                }