ColdBox HMVC Documentation
7.x
DocsSourceSupportTraining
Ask or search…
⌃K
Links
Introduction
For Newbies
60 Minute Quick Start
Getting Started Guide
Getting Started
Installation
Application Templates
Conventions
Configuration
The Basics
Request Context
Routing
Event Handlers
Layouts & Views
Models
Domain Modeling
Conventions Location
WireBox Binder
Super Type Usage Methods
Injection DSL
Object Scopes
Coding: Solo Style
Coding: ActiveEntity Style
ORM
Contact.cfc
Contacts Handler
Views
Coding: Virtual Service Layer
Coding: ORM Scaffolding
Interceptors
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
ColdBox Scheduled Tasks
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Architecture Concepts
How ColdBox Works
Powered By GitBook
Comment on page

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
Previous
Contacts Handler
Next
ORM
Last modified 1yr ago