On Mon, Jan 2, 2012 at 2:51 PM, Ivan Habunek <[email protected]> wrote: > 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. > > Does anybody have any objection to this?
+1 this ugly piece of code really hunted me myself for a while, not sure why I didn't move it out Cheers > Regards, > Ivan -- http://www.grobmeier.de https://www.timeandbill.de
