> > The lack of logic is: Why is it actually missing? > Why humans don’t have one leg more, on head? > > I really want to look at an example for this. Looks like you are the only > one who needs this. > > Oh, is OOP that bad for you? Also constant autoloading looks so bad, I > want to see an example of this too for sure. > > Please don’t consider these questions like you need to prove something to > me, > I’m asking them hoping that anwers will help all internals to understand > problem you are trying to solve. > > the function (and constant) autoloading was brought up on the list numerous times, so I don't think that you can say things like he is the only one in the need of this. php is a multiparadigm programing language, and usually you can do everything in procedural code that you would be able to do with oop code in php. except the autoloading, which for some people is an oop-only feature, so makes no sense to provide for procedural code, while for some other people thinks that the idea of autoloading makes no sense for functions/constants as there is no 1:1 mapping between files and autoloader calls.
personally Ithink it would be nice if we could provide a way for const/function autoloading. -- Ferenc Kovács @Tyr43l - http://tyrael.hu