Hello,

does CF create a list of queries that are run on a page? I am using <cf_dump> for 
debugging like this:

<cfset scopelist = "application,session,form,request,url">
<cfloop list="#scopelist#" index="i">
     <cf_dump v = #i#>
</cfloop>

I would like not to have to add queries to #scopelist# explicitly if I can avoid it. 
Thanks!


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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