Question
updating application to use Application.cfc
I have an application that is using the older style
application.cfm for setting up configuration varibles like DSN and
what not. Of course this way i can just use the varibles as is like
#dsn#.
I am wanting to change my application over to utilize Application.cfc instead now. It seems to set up my DSN efficiently i would set this varible up in the onApplicationStart or onRequestStart. Either way I have to now state my varibles as #application.dsn# to make them work now.
Is there anyway around this so I dont have to change hundreds of varibles names!
I am wanting to change my application over to utilize Application.cfc instead now. It seems to set up my DSN efficiently i would set this varible up in the onApplicationStart or onRequestStart. Either way I have to now state my varibles as #application.dsn# to make them work now.
Is there anyway around this so I dont have to change hundreds of varibles names!
