Christian Grobmeier wrote:
+1 on all!
Cool :) Then I'll reorganize this soon.
In the config folder is just LoggerPropertyGetter/Setter. This should
be core (as ReflectionUtils) or in the configurators folder too.
LoggerPropertyGetter doesn't provide anything, should be removed.
LoggerPropertySetter could be renamed to ReflectionUtils (cause its
not only for configurations imho)
Yes, LoggerPropertyGetter can be removed, and we should also try to get
rid of LoggerPropertySetter in my eyes. Utilizing __get() and __set()
magic methods is a little nicer option in PHP 5.
Why not have all core classes in the "root" folder src/main/php/* ?
Yes, let's have all these classes in "root"-folder.
Knut