Пример #1
0
 /**
  * perform an update of the record
  **/
 private function saveUpdate()
 {
     Actions::update(static::getTableName(), $this->fields, $this->id);
 }