Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created March 24, 2014 23:51
Application.cfc Scoped Functions Are Stored In Page VARIABLES Scope
<!--- Call application event. --->
<cfset VARIABLES.OnApplicationStart() />
<!--- Call UDF. --->
<cfset VARIABLES.UDFDefinedInAppCFC() />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment