I have just learned to use CreateObject() with CF.
I understand this syntax:
request.initFnds =
createObject("component","#application.cfcroot#.system.loadFndSettings")
However,
I don't understand this (especially the string start with
.init....), what is this for, can someone explain to me?
request.initFnds =
createObject("component","#application.cfcroot#.system.loadFndSettings")
.init(dsn="#application.mainDSN#",pID="#attributes.pID#",tempSecID="#attributes.secID#",
DocID="#attributes.DocID#");