/** * perform an update of the record **/ private function saveUpdate() { Actions::update(static::getTableName(), $this->fields, $this->id); }