ColdFusion Application.cfc Tutorial And Application.cfc Reference
<cfcomponent>
<cfset THIS.Name =
"TinyApp"
/>
</cfcomponent>
For Cut-and-Paste
<cfcomponent> <cfset THIS.Name = "TinyApp" /> </cfcomponent>