コード例 #1
0
 public function save()
 {
     if ($this->lockcount > 0) {
         return;
     }
     $this->data['revision']++;
     parent::save();
     $this->merge();
     $this->onsave();
 }
コード例 #2
0
 public function save()
 {
     parent::save();
     $this->update();
 }