[SOLVED] access the cmsms object outside of an UDT

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
f34nc015
Forum Members
Forum Members
Posts: 14
Joined: Wed Dec 11, 2013 12:50 pm

[SOLVED] access the cmsms object outside of an UDT

Post 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
Last edited by f34nc015 on Tue Nov 18, 2014 5:27 pm, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: access the cmsms object outside of an UDT

Post 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.
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.
f34nc015
Forum Members
Forum Members
Posts: 14
Joined: Wed Dec 11, 2013 12:50 pm

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

Post by f34nc015 »

ok, thanks for your help.
Post Reply

Return to “CMSMS Core”