Does that matter? Yii’s autoloader must support PSR-0 to have the ability to load 3rd party librarys and custom stuff. Also the application structure generated by yiic should follow PSR-0. In addition to that the autoloader itself should follow PSR-0(meaning its physical location) to be loaded from another library (using yii as 3rd party library). But I don’t think that unindependent classes of the core have to follow psr-0 (as long as the autoloader can find them fast). Same goes for applications. They should follow PSR-0 by default. But we should have the option to use our preffered structure.
Haven’t worked with proem, yet. But I’m looking forward to a simliar looking autoloader in Yii2