Question
Attributes of cfobject >> class
I'm a newbie, learning to understand the concept of object
oriented programming with cfobject. Can anyone help me with one of
attribute of cfobject called : class?
In the documentation it says that: Class >> is required >> Enter the component ProgID for the object you want to invoke.
I'm embarass to say that I don't understand what it mean by : Enter the component ProgID for the object you want to invoke ?????
If I want to create a test template like the "hello world" using cfobject and class attribute (Note:I have to use class attributes of the cfobject because once I understand this attribute I will need to use it in my next assignment)
what am I supposed to write in my Hello World test template? is this one line enough? what should I write in class attribute and how do I know if the object has been instantiated? please help!
<cfobject type="COM" name="Testting" class="???????????" action="CREATE">
I'm using cfmx 6, and I'm testing out of my dev. server
In the documentation it says that: Class >> is required >> Enter the component ProgID for the object you want to invoke.
I'm embarass to say that I don't understand what it mean by : Enter the component ProgID for the object you want to invoke ?????
If I want to create a test template like the "hello world" using cfobject and class attribute (Note:I have to use class attributes of the cfobject because once I understand this attribute I will need to use it in my next assignment)
what am I supposed to write in my Hello World test template? is this one line enough? what should I write in class attribute and how do I know if the object has been instantiated? please help!
<cfobject type="COM" name="Testting" class="???????????" action="CREATE">
I'm using cfmx 6, and I'm testing out of my dev. server