Search Results

0
votes

ColdFusion: Is it safe to leave out the variables keyword in a CFC?

Not explicitly scoping in the variables scope may work, but it's not a good idea, and honestly the only reason not to is out of laziness IMO. If you explicitly scope everything 1) you avoi …
1
vote

Is OpenBD or Railo a viable replacement for ColdFusion?

Support for cfdocument will be included in the next "major" versioned release of OpenBD. Just to give folks a bit of background on cfdocument support in OpenBD, a commercial library was use …