Using UDFs effectively

This section provides information that will help you use user-defined functions more effectively.

Using functions in ColdFusion component

In many cases, the most effective use of UDFs is within a CFC. For more information on CFCs, see Building and Using ColdFusion Components.

Using Application.cfm and function include files

Consider the following techniques for making your functions available to your ColdFusion pages:

The next section describes other techniques for making UDFs available to your ColdFusion pages.


View comments in LiveDocs