Ejemplo n.º 1
0
 public function postInsert(PropelPDO $con = null)
 {
     $dbCuePoint = CuePointPeer::retrieveByPK($this->getCuePointID());
     /* @var $dbCuePoint ThumbCuePoint */
     $dbCuePoint->setAssetId($this->getId());
     $dbCuePoint->save();
     return parent::postInsert();
 }