Page 1 of 1
What is the unset module?
Posted: Wed Aug 06, 2008 10:28 pm
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.
Re: What is the unset module?
Posted: Wed Aug 06, 2008 10:36 pm
by NaN
I have it, too.
It just apers after installing your antz framework...
Re: What is the unset module?
Posted: Thu Aug 07, 2008 1:05 am
by moorezilla
yep... shows up after installing antz. goes away when removing it.
Re: What is the unset module?
Posted: Thu Aug 07, 2008 2:38 am
by oi_antz
Well that's bizarre, I'll have to look into that.
Re: What is the unset module?
Posted: Thu Aug 07, 2008 3:06 am
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...