PART II
Reusing CFML Code

This part describes techniques for reusing code in ColdFusion pages. These techniques let you write your code once and use it, without copying it, in many places. These techniques include the cfinclude tag, user-defined functions, custom tags, ColdFusion components, and ColdFusion Extension (CFX) tags.

The following chapters are included:

Comments