Conditional Processing in Macromedia ColdFusion MX 7
␡
- What Is Conditional Processing?
- Performing Conditional Processing
- Summary
Page 1 of 3
Next >
Conditional processing allows ColdFusion to code interactive documents that can react and adapt to input and environments and offer feedback to end users. This chapter covers conditional processing with an eye toward passing the Certified ColdFusion Developer exam.
This chapter is from the book
What Is Conditional Processing?
Conditional processing is the result of code reacting to specified conditions and behaving 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 3
Next >