Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

guide to cfml & cfscript equivelants?

Status
Not open for further replies.

dakota81

Technical User
May 15, 2001
1,691
US
For instance, right now I want to write a function using cfscript and use what is done with the <cfhttp> tag, but I do not know if there is a corresponding cfscript function, and I'm not guessing the right keywords to search google.

Is there any webpage that has some kind of chart to tell what the corresponding cfscript function is for the cfml tags?
 
There's an area on cflib.org with UDFs that invoke many cftags, cfhttp being one of them, I believe.

I've not found any one good source of documentation of cfscript... I tend to use google intelligently... like if I'm having trouble with looping, I might google for:

cfscript for loop

ALFII.com
---------------------
If this post answered or helped to answer your question, please reply with such so that forum members with a similar question will know to use this advice.
 
There is not a cfscript alternative for every cfml tag but you can do most things in cfscript. For the things you can't you can simply create a udf and call it from cfscript"

At that point I would step back and ask, why?

 
Performance-wise, is there any difference between using <cfscript> and cfml?
 
There used to be, in cf5, a great performance increase in SOME areas of cfscript, but in MX / 7 I'm not so sure, the server software is so entirely different now than from cf5, everything is compiled to java on the fly...

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top