ColdBox HMVC Documentation
7.x
SourceNewsSupportTraining
Search…
⌃K
Links
7.x
Introduction
Intro
Release History
About This Book
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
Coding: Virtual Service Layer
Coding: ORM Scaffolding
ORM
Contacts.cfc
Scaffold
Interceptors
HMVC
Modules
Testing
Testing Quick Start
Testing ColdBox Applications
Digging Deeper
Async Programming
ColdBox Proxy
Controller Decorator
Flash RAM
HTML Helper
REST Handler
Request Context Decorator
Recipes
Scheduled Tasks
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: ORM Scaffolding

Now let's use the power of ORM and CommandBox to scaffold everything for you :). The help for this command is here:
coldbox create orm-crud help
It even creates all the integration tests for you.
Previous
Views
Next
ORM
Last modified 3mo ago
Copy link
Edit on GitHub