.CFC File Extension
ColdFusion Component File
Developer | Adobe Systems |
Popularity |
2.4 | 10 Votes |
What is a CFC file?
Application component written in CFML (ColdFusion Markup Language), a programming language used to build Internet applications; contains data and functions, called methods, for an application module; defined within the file using a <cfcomponent> tag.
More Information
CFC files are commonly used for storing components that execute database queries and manipulate data. However, they may also contain many other types of functions. Components are typically invoked in .CFM files using the <cfinvoke> tag.
Programs that open or reference CFC files
Windows
Mac