chapter31

development in a land far far away…

at the moment

History is not what happened. History is what was written down.

One of the annoying things about cfscript is it’s lack of support for a lot of CFML tags.

<cfdump> and <cfabort> are 2 tags I always use in development, especially for debugging. A way to use this functionality is to create a UDF to do these types of functions.

For example


    
    



    

This function can be stored in a simple utilities component and stored in application scope, that way you can call it from anywhere.


Related Pages

Leave a Reply