/**
  * Adds context to the default reorder method
  * @return unknown_type
  */
 function reorder($where = '')
 {
     parent::reorder('productattribute_id = ' . $this->_db->Quote($this->productattribute_id));
 }