Answered
Difference between Application .cfc and .cfm?
Title says it all. I'm a bit confused about the difference
between Application.cfc and .cfm.
I understand a bit more about the .cfc, where you define methods onRequestStart, etc.
Yet in an example I'm following, they use .cfm and the <cfapplication> tag. Both seem to get called, but should I only be using one file? Or?
Also since both can be used what is the calling order by ColdFusion or is one ignored if the other is present?
I understand a bit more about the .cfc, where you define methods onRequestStart, etc.
Yet in an example I'm following, they use .cfm and the <cfapplication> tag. Both seem to get called, but should I only be using one file? Or?
Also since both can be used what is the calling order by ColdFusion or is one ignored if the other is present?
