Jan 29, 2008 #1 ice78991 Programmer Joined Nov 20, 2006 Messages 216 Are all the coldfusion functions - for example those detailed in http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt0.htmavailable within a cfscript block
Are all the coldfusion functions - for example those detailed in http://livedocs.adobe.com/coldfusion/6/CFML_Reference/functions-pt0.htmavailable within a cfscript block
Jan 30, 2008 Thread starter #2 ice78991 Programmer Joined Nov 20, 2006 Messages 216 I was also wondering whether it is advanageous to rework <cffunction>s as functions within <cfscript> I have heard this executes faster Upvote 0 Downvote
I was also wondering whether it is advanageous to rework <cffunction>s as functions within <cfscript> I have heard this executes faster
Jan 30, 2008 1 #3 TruthInSatire Programmer Joined Aug 12, 2002 Messages 2,964 Location US Unlike cffunction, you can not use cf tags. if you're using a cffunction with a cfquery or any other tag it wouldn't be in your best interest. Upvote 0 Downvote
Unlike cffunction, you can not use cf tags. if you're using a cffunction with a cfquery or any other tag it wouldn't be in your best interest.