I tried this, and I'm not seeing any of non-local scoped vars showing up. I see each of my DAOs and Gateways and each of their internal methods, but I don't see any reference to the non-local vars (of which, I know there are many). I'm just doing a <cfdump var="#APPLICATION#">, correct?
Jonathan > Jonathan Price wrote: > > Thanks for the reply! I'm definitely trying to get a handle on this > as I don't want to chase down the repercussions in the future! Thank > so much for your help. It almost makes sense to me now... > > > > A useful trick if you are creating your CFC in any persistent scope, > like the application scope in this case, is to do a <cfdump> of that > scope at the end of the page. Look at all of the vars showing in there. > > If you have failed to properly local scope a var in a CFC function you > > will see it sitting there at the top level of the dump. > > > -- > > Yours, > > Kym Kovan > mbcomms.net.au ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:329875 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

