コード例 #1
0
ファイル: timedThumbAsset.php プロジェクト: DBezemer/server
 public function postInsert(PropelPDO $con = null)
 {
     $dbCuePoint = CuePointPeer::retrieveByPK($this->getCuePointID());
     /* @var $dbCuePoint ThumbCuePoint */
     $dbCuePoint->setAssetId($this->getId());
     $dbCuePoint->save();
     return parent::postInsert();
 }