Folder Structure of Yii not the best

Hello everybody

first of all the yii framework is a very powerfull and good framework. but one thing i cant understand realy. why folder structure of the framework is not like e.g. Zend to make it much easier to make autoloading classes etc. Because now yii had to put always a big C before all classes etc. and autoloading of classes in subfolders must be also written in import functions etc.

maybe this will change in the next versions?

you can add your own auloader or integrate PEAR oder ZF