House of Fusion
Home of the ColdFusion Community
Hostmysite ColdFusion Hosting

Search cf-talk

September 07, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30         

Subscribe Now
Fusion Authority Quarterly Update - ColdFusion 8 Special Edition

For ColdFusion hosting try HostMySite.com.
Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

Names of Structures that contain ColdFusion Metadata

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 

08/02/2001 06:45 PM
Author:
Chris Mosier

What are the names of the structures that contain all querynames available in a page?  Is there any documentation/listing of all available structs that CF has in a page? I've seen this list(below) from KB article 14192.  What I'm looking for are the names of queries run on the page. <CFOUTPUT>#StructKeyList(url)#</CFOUTPUT> <CFOUTPUT>#StructKeyList(form)#</CFOUTPUT> <CFOUTPUT>#StructKeyList(session)#</CFOUTPUT> <CFOUTPUT>#StructKeyList(application)#</CFOUTPUT> <CFOUTPUT>#StructKeyList(request)#</CFOUTPUT> Thanks, Chris Chris Mosier weberize Strategists. Builders. Evangelists. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority. com/bkinfo.cfm

08/02/2001 07:35 PM
Author:
Dave Watts

> What are the names of the structures that contain all > querynames available in a page? Is there any documentation/ > listing of all available structs that CF has in a page? There is no structure containing just query objects; queries are simply a type of variable, so that if your query is stored within the Session scope, for example, enumerating the variables within that scope will show you the query. In CF 4/5, the scopes that are available as structures are: Session Application Form URL CGI Cookie Request Attributes Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority. com/bkinfo.cfm


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists