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