Hey,
A while back Geoff
Bowers posted some code here that could be used to optimise all your verity
collections in one go by referring to the registry entries for the
collections... that was great for CF5:
<CFREGISTRY
action=""
branch="HKEY_LOCAL_MACHINE\SOFTWARE\Allaire\ColdFusion\CurrentVersion\Collections"
name="q" type="Key">
<CFLOOP
QUERY="q">
<CFCOLLECTION ACTION="" COLLECTION="#q.entry#">
<cfoutput>
#q.entry#: optimised...<br>
</cfoutput>
<cfflush>
</CFLOOP>
<CFCOLLECTION ACTION="" COLLECTION="#q.entry#">
<cfoutput>
#q.entry#: optimised...<br>
</cfoutput>
<cfflush>
</CFLOOP>
How can this now be
achieved in CFMX?
Thanks...
Steve
---You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004
