For the complete documentation index, see llms.txt. This page is also available as Markdown.

Coding: ActiveEntity Style

Now let's build the same thing but using ColdFusion ORM and our ActiveEntity approach from the ColdBox ORM Extensions module.

+ handlers 
  + contacts.cfc
+ models
  + Contact.cfc

Last updated

Was this helpful?