Fusebox Core Files
The fusebox core files are the files needed to actually implement Fusebox. The core files can live within your webroot (local or via CF Mapping) in a folder called fusebox5. It is recommended that you place the corefiles outside of your webroot, accessed via a Coldfusion Mapping (/fusebox5/). This also allows for multiple sites to access one set of Fusebox core files (see multiple applications).
Core files are executed within your index.cfm as follows:
<cfinclude template="/fusebox5/fusebox5.cfm" />
Fusebox 5 Core Files
| Filename | Description |
|---|---|
| Fusebox Framework CFC's; called by fusebox5.cfm |
|
Fusebox verb files; located in /verbs directory. These files govern how CFML is written to a parsed file for each Fusebox verb. |
NOTE: Core files are not modified, nor are they apart of your working websites accessed code files.
For more information, see Inside the Framework
Installing Fusebox Framework
For more information on installing the fusebox Framework, click here
Configuring your Fusebox Application
For more information on configuration and setting up your fusebox application, see fusebox.xml
External Links
Comments
There are currently no comments on this fusearticle.Be the first to comment
Fusebox.org Core Files


