How to add attributes ColdFusion tags in bulk -


i curious if there way force coldfusion tag hold attribute default, such datasource in cfquery.

for example instead of writing

   <cfquery datasource="mydatasource">  

i can write

   <cfquery>  

and system automatically knows datasource "mydatasource".

would cool if possible.

it possible datasource, not everything.

you may set this.datasource="mydatasource" default datasource in application.cfc

https://wikidocs.adobe.com/wiki/display/coldfusionen/application+variables


Comments

Popular posts from this blog

amazon web services - S3 and apache mod_proxy with basic authentication -

How to install ruby on rails -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -