if ($result = $this->db->fetchRow($query, $this->id)) {
                $this->name = $result['name'];
                $this->slug = $result['slug'];
            }