コード例 #1
0
ファイル: Post.php プロジェクト: stixlink/frm
 public function beforeInsert()
 {
     $this->date_update = time();
     parent::beforeInsert();
 }