Example #1
0
 /**
  * Overrides the save method
  *
  * @param      PropelPDO $con
  * @return     int The number of rows affected by this insert/update and any referring fk objects' save() operations.
  * @see        parent::save()
  */
 public function save(PropelPDO $con = null)
 {
     $this->clearRelevantCache();
     return parent::save($con);
 }