if ($row = $this->db->fetchRow($query, $this->id)) {
            $this->name = $row['category_name']; 
            $this->url_slug = $row['category_url_slug'];
        }