Skip to content

Miscellaneous

afterSave()

afterSave() — returns any

Registers method(s) that should be called after an object is saved.

NameTypeRequiredDefaultDescription
methodsstringyesSee documentation for afterNew.
<!--- Instruct CFWheels to call the `fixObj` method --->
<cfset afterSave("fixObj")>