Skip to content

Record::postUpdate

James Cobban edited this page Jun 11, 2021 · 3 revisions

$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()

Clone this wiki locally