Module Layout
coldbox create module helloworldCreated /Users/lmajano/tmp/myapp/modules_app/helloworld
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/handlers
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/handlers/Home.cfc
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/models
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/models/models_here.txt
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/ModuleConfig.cfc
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/views
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/views/home
Created /Users/lmajano/tmp/myapp/modules_app/helloworld/views/home/index.cfm+Modules_app
+ {ModuleName - Unique}
+ ModuleConfig.cfc (The module configuration object Mandatory)
+ box.json (optional - if using CommandBox)
+ handlers (optional)
+ layouts (optional)
+ views (optional)
+ interceptors (optional)
+ models (optional)Last updated
Was this helpful?