> So in answer to my second question, will the myGlobals.cfm file in the
> parent circuit set up all the site dependent structures such as
> request.security, request.mappings, request.globals etc, and 
> then each child
> circuit has a myGlobals.cfm which will only contain variables 
> relating to
> that particular child circuit?
> 
> Thanks
> 
> Luke

I believe the MyGlobals.cfm in each of your circuits will contain all
of this.  You can insert those definitions in the 
<cfif NOT IsDefined( 'request.Circuits' )> statement.  This way, 
they only get set if they are in the home application, and each circuit
functions on its own, or as a circuit.  

-Erik



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to