public function beforeSave($options = array())
 {
     $ret = parent::beforeSave($options);
     # replace name with placeholder
     self::unprep($this->data[$this->alias]);
     return $ret;
 }