Chapter 9. Programming with CFML

Working with Conditional Processing

Chapter 8, “The Basics of CFML,” introduced two ColdFusion tags (<cfoutput> and <cfset>), functions, and variables. This chapter takes CFML one big step further, adding conditional and programmatic processing, the stuff that starts to add real power to your code.

The code you wrote in the last chapter was linear—ColdFusion started at the top of the page and processed every line in order. And although that works for simple applications, more often than not you’ll need to write code that does various things based on conditions, such as:

• Displaying different messages ...

Get Adobe® ColdFusion® 9 Web Application Construction Kit, Volume 1: Getting Started now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.