Module Disks
Use HMVC and define module disks
Last updated
Use HMVC and define module disks
Last updated
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@moduleName
globalDisks
: A collection of global name spaced disks the module contributes to the entire application.