Page 1 of 1

[SOLVED] access the cmsms object outside of an UDT

Posted: Tue Nov 18, 2014 4:29 pm
by f34nc015
Hi,
We'd like to use this object the regular way, for instance:
$feu = cmsms()->GetModuleInstance('FrontEndUsers');

But not in a udt. In a regular php file which would be in the cmsms folder.
(this file would be called through ajax)

Is it possible?
Thanks

Re: access the cmsms object outside of an UDT

Posted: Tue Nov 18, 2014 4:50 pm
by calguy1000
CMSMS is not an application framework in this way. We do not support accessing modules, or using any of the cmsms API's outside of the CMSMS environment.

[SOLVED] Re: access the cmsms object outside of an UDT

Posted: Tue Nov 18, 2014 5:26 pm
by f34nc015
ok, thanks for your help.