using `EntityNew("name", struct)` it is easy to p...
# cfml-general
m
using
EntityNew("name", struct)
it is easy to populate a new object and save it. Is there a way to do the same to an object that's been retrieved, and pass it a struct to update all fields as well, instead of having to write out the
set()
commands for each field to be updated?
c
get/set Memento method implementation ?
m
that's my backup plan 😃
was hoping there was a (secret?) orm capability built-in.
c