September 07, 2008
For ColdFusion hosting try HostMySite.com. |
Home /
Groups /
ColdFusion Talk (CF-Talk)
Names of Structures that contain ColdFusion Metadata
What are the names of the structures that contain all querynames availableChris Mosier 08/02/01 06:45 P > What are the names of the structures that contain allDave Watts 08/02/01 07:35 P
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
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
|
Mailing Lists
|
Latest Fusion Authority Articles
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||