コード例 #1
0
ファイル: comment.php プロジェクト: DBezemer/server
 public function save(PropelPDO $con = null)
 {
     if ($this->isNew()) {
         myStatisticsMgr::addComment($this);
     }
     parent::save($con);
 }