Record::postUpdate - jcobban/Genealogy GitHub Wiki
$record->postUpdate()
Up: class Record
Update the contents of the record based upon the contents of the $_POST
variable. Note that this does not update the the database until you call $record->save()
.
Next: $record->save()