Quick & Dirty -- Using CFDUMP To View CFC Functions
CFDUMP is a quick way to see the contents of variables, structures, arrays, even queries. But it can also be used to quickly see at runtime the parameters and setup of a called CFC Function.
If a
Side Note: Adobe color codes cfdumps (if not overridden by CSS settings). variable and structure dumps are blue, arrays green, queries purple-ish, CFC Methods are red,and CFC functions are brown. Nice tough to pick out types of dumps.

There are no comments for this entry.
[Add Comment]