示例#1
0
文件: Post.php 项目: stixlink/frm
 public function beforeInsert()
 {
     $this->date_update = time();
     parent::beforeInsert();
 }