ColdBox HMVC Documentation
ColdBox HMVC Documentation
Master Class
cfcasts
6.x
Introduction
Intro
Release History
About This Book
Author
For Newbies
60 Minute Quick Start
Getting Started
Getting Started Guide
Installation
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
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
REST handler
Interceptors
Flash RAM
HTML Helper
ColdBox Proxy
Request Context Decorator
Controller Decorator
Recipes
Architecture Concepts
What is MVC
What is ColdBox
How ColdBox Works
Testing Concepts
External links
Source code
Issue tracker
LogBox
CacheBox
WireBox
Powered by GitBook

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 updated 3 years ago
Edit on GitHub