June 2002
Intermediate to advanced
456 pages
10h 22m
English
Just after the Fusedoc documenting the API, all the variables are declared in this section.
fusebox = structNew();
if (findNoCase("cf_", "," & getBaseTagList()))
fusebox.isCustomTag=TRUE;
else fusebox.isCustomTag=FALSE;
fusebox.isHomeCircuit=FALSE;
fusebox.isTargetCircuit=FALSE;
fusebox.fuseaction="";
fusebox.circuit="";
fusebox.homeCircuit="";
fusebox.targetCircuit="";
fusebox.thisCircuit="";
fusebox.thislayoutpath="";
fusebox.suppressErrors=FALSE;
fusebox.circuits=structNew();
fusebox.currentPath="";
fusebox.rootPath=""; Although it is not necessary to declare variables before using them in ColdFusion (unlike other programming languages), the core file does so here for clarity. Most of these variables are simply being ...
Read now
Unlock full access