Skip to content
mhenke edited this page Feb 14, 2012 · 11 revisions

CFML in 100 minutes

ColdFusion Markup Language (CFML) is a web programming language, which is especially suited for new developers as it was written to make a programmer's job easy and not care if the computer's job is hard. In this brief introduction we'll look at key language features you need to get started.

  1. Syntax
  2. Variables
  3. Components, Methods, and Parameters
  4. Strings
  5. Numbers
  6. Recordsets
    1. Querying
    2. Looping Through Results
  7. Arrays
  8. Structures
    1. [structKeyExists Function] (#structKeyExists)
    2. Looping
  9. Conditionals
    1. If, Else If, & Else
    2. Looping
  10. Nothingness & Null