What is the unset module?

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
oi_antz

What is the unset module?

Post by oi_antz »

I have this module called "unset" showing up in the module list, but there is no folder or class defining such a module.
NaN

Re: What is the unset module?

Post by NaN »

I have it, too.
It just apers after installing your antz framework...
moorezilla

Re: What is the unset module?

Post by moorezilla »

yep... shows up after installing antz. goes away when removing it.
oi_antz

Re: What is the unset module?

Post by oi_antz »

Well that's bizarre, I'll have to look into that.
oi_antz

Re: What is the unset module?

Post by oi_antz »

Wow this is weird behaviour:

I created an extension to the class CMSModule called Antz_CMSModule, which provides common methods that I might like to use in any of my modules, then my modules extend this class. For some reason CMSms doesn't like this, it reports "Recursion".

Then I think that I might get the same effect by extending the class Antz and putting the common methods into that class. Ok, but now the dependencies don't get reported. Its very odd.

I spose I just gotta get used to not being able to extend these classes...
Post Reply

Return to “Developers Discussion”