Adobe 38043740 - ColdFusion Standard - Mac Development Manual page 114

Developing applications
Hide thumbs Also See for 38043740 - ColdFusion Standard - Mac:
Table of Contents

Advertisement

DEVELOPING COLDFUSION 9 APPLICATIONS
The CFML Programming Language
Tag
cfthrow
cftrace
cftransaction
Script Functions added in ColdFusion 9
The following table has the list of script functions introduced in ColdFusion 9.
Function
ftp
http
mail
pdf
query
storedproc
For details of the Script Functions, see the section Script Functions Implemented as CFCs in the CFML Reference.
Reserved words introduced in ColdFusion 9
• import
• finally
• local (inside function declaration)
• interface
• pageencoding
What is supported in CFScript
Tag equivalents in CFScript
Tag
cfabort
cfbreak
cfcase
cfcatch
cfcomponent
cfcontinue
cfcookie
cfdefaultcase
Equivalent in CFScript
throw
trace
transaction
Equivalent ColdFusion Tag
cfftp
cfhttp
cfmail
cfpdf
cfquery
cfstoredproc
CFScript equivalent
abort
break. CFScript also has a continue statement that has no equivalent CFML tag.
case
catch
component
continue
Direct assignment of Cookie scope memory-only variables. You cannot use direct
assignment to set persistent cookies that are stored on the user system.
default
Last updated 1/20/2012
109

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion 9

Table of Contents