Created
July 28, 2014 16:05
-
-
Save seancoyne/a8316dbf428c26391111 to your computer and use it in GitHub Desktop.
WriteDump for ColdFusion 8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cffunction name="writedump" returntype="void" output="false" access="public"> | |
<cfdump attributeCollection="#arguments#" /> | |
<cfif structKeyExist(arguments, "abort") and arguments.abort eq true> | |
<cfabort /> | |
</cfif> | |
</cffunction> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment