CFDUMP Alternative
By on 23-Nov-09 10:47
CFDUMP is a great debugging feature of Coldfusion. This is totally something that I use often and makes coding spead a reality. However, dumping a query that has 100 or so fields is kind of cumbersome with scrolling. Below is a quick alternative.
| #l#: | #evaluate('order_fx.' & l )# |
// Set component variables variables.appConfig = 0; variables.modelGlueConfig = 0; variables.rolePermissions = structnew(); variables.userIDWithAdminRights = "";
