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
[SOLVED] access the cmsms object outside of an UDT
[SOLVED] access the cmsms object outside of an UDT
Last edited by f34nc015 on Tue Nov 18, 2014 5:27 pm, edited 1 time in total.
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: access the cmsms object outside of an UDT
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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
[SOLVED] Re: access the cmsms object outside of an UDT
ok, thanks for your help.