Content deleted Content added
Guy Harris (talk | contribs) dab open-source |
L.smithfield (talk | contribs) m →Synopsis: linked HTML |
||
Line 27:
== Synopsis ==
In its simplest form, like many other web scripting languages, CFML augments standard [[HTML]] files with [[database]] commands, conditional [[Operator (programming)|operators]], high-level formatting [[function (computer science)|functions]], and other elements to produce [[web applications]].<ref>[http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags_g-h_09.html Adobe ColdFusion 8 – About Internet applications and web application servers]. Livedocs.adobe.com. Retrieved on 2013-09-17.</ref><ref>[http://openbd.org/manual Open BlueDragon Manual]. Openbd.org. Retrieved on 2013-09-17.</ref> CFML also includes numerous other constructs including ColdFusion Components (CFCs), CFML's version of [[Object-oriented programming|objects]], that allow for separation of business logic from presentation.
CFML can be written using either tags or [[CFScript]], which resembles [[JavaScript]] ([[ECMA Script|ECMA script]]).
|