.CFC 文件扩展名
ColdFusion Component File
| 开发者 | Adobe Systems |
| 受欢迎程度 |
2.4 | 10 票 |
什么是 CFC 文件?
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.
更多信息
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.
可打开或引用 CFC 文件的程序
Windows
Mac