Module Disks
Use HMVC and define module disks

If you are creating your own ColdBox modules, you can create disks from those modules in the configure() lifecycle method in the ModuleConfig.cfc. You will do so by creating a cbfs key and adding either module disks or global disks.
disks: The collection of disks the module collaborates. Each name will be suffixed with the module name:key@moduleNameglobalDisks: A collection of global name spaced disks the module contributes to the entire application.
Last updated
Was this helpful?