ColdFusion Markup Language: Difference between revisions

Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Citation needed}}
Line 188:
CFCs are created using four tags, saved as .CFC files, and invoked using the <cfinvoke> tag.<ref>Forta, Ben [https://web.archive.org/web/20100528103657/http://www.adobe.com/devnet/coldfusion/articles/intro_cfcs.html Using ColdFusion components]. adobe.com</ref>
 
In the example below, component temperature.cfc has a method FtoCFto which converts temperature from Fahrenheit to Celsius. The test.cfm template invokes the method and converts 212 degrees Fahrenheit and outputs the result.
 
<source lang="cfm">