ColdFusion 9.0 Resources
Configuring and Administering Adobe ColdFusion 9
Adobe ColdFusion 9 CFML Reference
Developing Adobe ColdFusion 9 Applications
Installing Adobe ColdFusion 9
The following table lists the tags that you use to instantiate or invoke a CFC. You use these tags on the CFML page on which you instantiate or invoke the CFC.
Tag
Description
cfinvoke
Invokes a method of a CFC.
cfinvokeargument
Passes the name and value of a parameter to a component method.
cfobject
Creates a CFC instance.
CreateObject