ColdFusion 11: Changing Application “this” Scope metadata from different functions in extended Application.cfc
问题 I have a general understanding of the ColdFusion Application Workflow. But some parts remain unclear to me. The general workflow is as follows... Public Application Settings are set (I.E this.name, this.mappings ext.) onApplicationStart onSessionStart onRequestStart I have a sub-directory with an Application.cfc that extends a root Application.cfc that exists at the web-root After reading tons of blogs that describe this design pattern.... ColdFusion Application-Specific Mappings Work With