Skip to content

Miscellaneous

beforeUpdate()

beforeUpdate() — returns any

Registers method(s) that should be called before an existing object is updated.

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