Section 7: Root fbx_settings.cfm

We left the processing of our page request between sections 6 and 7 of the core file fbx_fusebox30_CF50.cfm. Section 7 is where we will start. It looks like this:

<cftry> 
  <cfinclude template="fbx_Settings.cfm"> 
  <cfcatch> 
    <cfif fusebox.suppressErrors> 
      <cfoutput>The Fusebox framework could not find the file fbx_Settings.cfm...<
/cfoutput><cfabort> 
    <cfelse><cfrethrow></cfif> 
  </cfcatch> 
</cftry> 

We already discussed the error handling in the core file in the previous chapter, so forget about everything from the first <cfcatch> to the last </cftry>. That leaves a remarkably slim section:

 <cfinclude template="fbx_settings.cfm"> ...

Get Fusebox: Developing ColdFusion® Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.