Search Results

There are 1 item(s) tagged with the keyword "CFC".

  • Displaying: 1 - 1 of 1
1. Day 15: ColdFusion 10 and CFC enhacement

Implicit constructor for CFC
ColdFusion10 now support initialize while instantiate the CFC by passing key-value pair or struct. This method will NOT work if your CFC has init() method or initMethod attribute in CFCOMPONENT added. To enable implicit constructor specify accessors=true in cfcomponent or you have setter function for properties defined. If you define setter = false or setter not defined then value for that property will not set instead it will call onMissingMethod defined for CFC.

Tags: ColdFusion, ColdFusion10, CFC
By Pritesh
  • Displaying: 1 - 1 of 1

Didn't find what you were looking for? Refine your search and try again.