Hi,
I am developing components for Joomla! 1.5. Joomla! uses singleton
patterns extensively. That means that the objects have a static field in
which it stores a instance of itself. A getInstace() function makes this
own instance awailable globally.
PDT throws a warning for every occurance of this construct: "Debug
strict... - Non-static method JLoader::register() should not be called
statically"
For my development work it is really not of interest if that is a
problem or not (I think it is a quite modern design), but it is
virtually impossible to find my relevant debugging info in tons of (for
me) unnecessary info.
Can anybody tell me how to switch that off?
Thank you very much
Klaus