Didn't we go over on this list the fact that evaluate() is not very bad anymore? I wonder which method would be faster, the invoke or the evaluate() in CF7.
TK -----Original Message----- From: Barney Boisvert [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 12:34 PM To: CF-Talk Subject: Re: Dynamically calling methods in a CFC evaluate() is satan. CFINVOKE will do the job. It can call methods statically, or on a preexisting object (per my previous email). cheers, barneyb On 9/14/06, Tom Kitta <[EMAIL PROTECTED]> wrote: > You may also use evaluate() - store the function name(s) in variables & then > evaluate them. > > TK > -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/ Got Gmail? I have 100 invites. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253138 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

