> ...just a side question for my curiosity Jeff...I'm hijacking 
> some of your thread is all!
> 
> Ray...I usually just use the cfapplication tag in an 
> application.cfm file in a sub folder and use the same 
> application name as the folder above it and everything works 
> fine.  Perhaps this is bad form or something?  I've never 
> heard anything bad about it and it works splendidly.  
> 
> kind of like this
> /application.cfm has cfapplication tag with name="foo" 
> /sub/sub/.../application  has cfapplication tag with 
> name="foo" and all the app related vars are available in both places.
> 

I wouldn't call it bad form - however, in most cases where I have
sub-Application.cfms, I still want a 'core' Application.cfm. So, I just
cfinclude the root one, and it has the <cfapp> tag. This allows me to
have a common set of application variables or logic that applies to all
the sub folders.

Hope this makes sense.

-ray    

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to