Posts

Showing posts from October, 2020

What are the difference between Application.cfm and Application.cfc

Image
  Application.cfm / cfc is the file which is used for application level settings and functions when we create website using coldfusion. Whenever a a page request is received , it looks for the Application.cfm / Application.cfc in the same manner. But there some difference between both. Its described in the below video. Please watch the same : 

What are the difference between cfset and fparam

Image
 cfset and cfparam are some useful tags in coldfusion. Both are used for variable creation, but have their own ways on it. Let's see what are the difference between cfset and cfparam. Also we can check an example to show their usage.