if ($row = $this->db->fetchRow($query, $this->id)) {
            $this->text = $row['text'];
            $this->group = $row['grouping'];
        }