コード例 #1
0
ファイル: TestAuthor.php プロジェクト: norfil/Propel2
 public function preInsert(ConnectionInterface $con = null)
 {
     parent::preInsert($con);
     $this->setFirstName('PreInsertedFirstname');
     return true;
 }