public function preInsert(PropelPDO $con = null)
 {
     $this->setVersion(1);
     $this->setViewsVersion(1);
     $this->setXsltVersion(1);
     return parent::preInsert($con);
 }
コード例 #2
0
ファイル: MetadataProfile.php プロジェクト: AdiTal/server
 public function preInsert(PropelPDO $con = null)
 {
     $this->incrementVersion();
     return parent::preInsert($con);
 }