Adobe Coldfusion 11 Tutorials | Demystifying Constructor Method in CFC Component | Chap-2 | Part-3



Adobe Coldfusion 11 Tutorials | Demystifying Constructor Method in CFC Component | Chap-2 | Part-3

Adobe Coldfusion 11 Tutorials | Demystifying Constructor Method in CFC Component | Chap-2 | Part-3

This video will try to draw a relationship between the Coldfusion component that we created and the constructor method. The constructor method, like any other language, is the representative of the component. It means that whenever the compiler encounters a component, it will always look for a constructor method. Inside the constructor methods, according to the Adobe Coldfusion convention, we need to declare and initialize our attributes. This constructor method builds the component, perhaps it’s the heart of the component during program execution. It defines the core behaviour of a component. Besides, although this video will not show us how to control the visibility of our methods but we will briefly note down how many are there. In a later video lesson, we shall look at their descriptions and how they are implemented in a component through examples.

Stay Tuned for More…….Subscribe….Share….Like