.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