Is there a way to specify the order of modules loading?
also, when does a module’s interceptors get loaded?
Is there a way to specify the order of modules loading?
also, when does a module’s interceptors get loaded?
If a particular module needs another to load before it, you can use the this.dependencies property in the module config. I haven’t tried it, but I’m curious if the modules.include array in the main ColdBox config loads them in the order you type.
I believe interceptors are loaded when the module is activated:"
http://wiki.coldbox.org/wiki/Modules.cfm#Module_Lifecycle
Thanks!
~Brad
ColdBox Platform Evangelist
Ortus Solutions, Corp
E-mail: brad@coldbox.org
ColdBox Platform: http://www.coldbox.org
Blog: http://www.codersrevolution.com