Am 02.01.2012 14:51, schrieb Ivan Habunek:
There's one thing that's been bugging me for ages, and that's the
array used for autoloading which is located at the beginning of
Logger.php ($_classes).
I think it should be moved into a separate class, e.g.
LoggerAutoLoader.php, along with the autoload() method. It's huge, and
it is not logically connected to the Logger class functionality.
Always having to scroll the 150 or so lines is really annoying.
That's a good point and it isn't much work.
Do we need the $_classes array or is a naming-conversion for the classes
(PEAR/Zend) an alternative solution?
Does anybody have any objection to this?
Regards,
Ivan
Regards,
Florian
btw: happy new year ;)