|
CFobject and Createobject do the same
thing, just script vs tag format. I don’t know if they can be
disabled/enabled separately though. CFInvoke is a little different in
that it requires you to run a method whereas the other two command will create
the object in a variable for you. If you need to use CFInvoke, you could
create an init method that would return “this”. This would
roughly emulate CFObject/CreateObject. Marlon From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vidar Einlien Anyone? Please :) From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vidar Einlien 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 |
- [CFCDev] CFOBJECT and shared hosting Vidar Einlien
- RE: [CFCDev] CFOBJECT and shared hosting Vidar Einlien
- RE: [CFCDev] CFOBJECT and shared hosting Nat Papovich
- RE: [CFCDev] CFOBJECT and shared hosting Camilo Trevino
- RE: [CFCDev] CFOBJECT and shared hosting Marlon Moyer
- RE: [CFCDev] CFOBJECT and shared hosting Vidar Einlien
- RE: [CFCDev] CFOBJECT and shared hosting Marlon Moyer
