|
Something I
just learned and to keep in mind when using evaluate():
The use of
Evaluate, DE or SetVariable will run the CFML compiler creating a
new class for each request.
I could see
this becoming a bottleneck as load increases.
Thanks,
Mike
-----Original Message----- You can use
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jerry Ela Sent: Wednesday, March 16, 2005 10:18 AM To: [email protected] Subject: Re: [CFCDev] Calling a cfc method whose name is in a variable structappend(attributes, url); structappend(attributes, form); note that if a variable exists in both form and url the form value will overwrite the url value. Switch the order if you want the url val to take precedence. Bill Rawlinson wrote: ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected] ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [email protected] with the words 'unsubscribe cfcdev' as the subject of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by CFXHosting (www.cfxhosting.com). An archive of the CFCDev list is available at www.mail-archive.com/[email protected] |
Title: Message
- Re: [CFCDev] Calling a cfc method w... Peter J. Farrell
- Re: [CFCDev] Calling a cfc method whose name is ... Steve Bryant
- Re: [CFCDev] Calling a cfc method whose name... Bill Rawlinson
- RE: [CFCDev] Calling a cfc method whose name is ... Dave Merrill
- Re: [CFCDev] Calling a cfc method whose name is ... Jerry Ela
- Re: [CFCDev] Calling a cfc method whose name... Bill Rawlinson
- RE: [CFCDev] Calling a cfc method whose name is in a... Steve Bryant
- Re: [CFCDev] Calling a cfc method whose name is ... Simon Horwith
- RE: [CFCDev] Calling a cfc method whose name is in a vari... Harry Klein
- RE: [CFCDev] Calling a cfc method whose name is in a vari... Harry Klein
- RE: [CFCDev] Calling a cfc method whose name is in a vari... Michael Collins
- RE: [CFCDev] Calling a cfc method whose name is in a vari... Dave Watts
