RSS:
Publications
Comments

Category Archives: Coldfusion

Instantiating a CFC

Coldfusion has certainly progressed over the years. As it moves closer to object orientated design, it also becomes more complicated. One important part of Coldfusion web development for me is the CFC. A CFC is a Coldfusion Component. Essentially similar to a class, the CFC provides a mechanism to store and reuse code. It also, [...]