Hi all, I just have a quick question about the CFOBJECT and shared hosting.

Usually on shared hosting the CFOBJECT tag is disabled and my question is: Is using CFOBJECT to create an instance of a component the same as setting <cfset q = createObject("component", "some Component ") />, so if CFOBJECT is disabled I cant use the <cfset> method?

 

And what is the difference in using the createobject method compared to use the <cfinvoke> method?

 

cheers

Reply via email to