What is the unset module?
What is the unset module?
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?
I have it, too.
It just apers after installing your antz framework...
It just apers after installing your antz framework...
Re: What is the unset module?
yep... shows up after installing antz. goes away when removing it.
Re: What is the unset module?
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...
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...