ColdFusion
From Just Solve the File Format Problem
(Difference between revisions)
(Added sample files and software) |
(Category:Macromedia) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 13: | Line 13: | ||
== Sample files == | == Sample files == | ||
− | * | + | * {{DexvertSamples|document/coldFusionEncryptedTemplate}} |
== Links == | == Links == | ||
Line 22: | Line 22: | ||
[[Category:Adobe]] | [[Category:Adobe]] | ||
+ | [[Category:Macromedia]] | ||
[[Category:Web]] | [[Category:Web]] |
Latest revision as of 18:01, 29 January 2024
ColdFusion is an Adobe web development platform and its associated programming language, also known as CFML (Cold Fusion Markup Language); it is both a markup and a scripting language. An extended version of the scripting language is called CFScript.
CFML files normally have a .cfm extension, except when they make up a component, which has a .cfc extension.