Conditional Processing in ColdFusion Development
␡
- Conditional Processing
- Performing Conditional Processing
- Conditional Statements
- Summary
- Sample Questions
Page 1 of 5
Next >
Conditional processing is code that reacts to specified conditions and behaves differently based on those conditions. When application behavior depends on data that is not known at the time of development, such as user data or query information, conditional processing is an important tool. Conditional processing is essential in the development of ColdFusion applications. Learn what tools are available for this, and which are best under specific conditions.
This chapter was selected from Certified ColdFusion Developer Study Guide.
What Is Conditional Processing?
Conditional processing is code that reacts to specified conditions and behaves differently based on those conditions. When application behavior depends on data that is not known at the time of development, such as user data or query information, conditional processing is an essential tool.
Page 1 of 5
Next >