Hello, I use Zend_Loader::loadClass($filename, $modeldir) to load my Model-classes.
The Problem is that the ZF files are not found anymore by the Zend_Loader because he doesn't use the include_path in front of the rewritten Names to load.
e.g. for Zend_Config_Xml include_path: /usr/share/php/ He only looks in: Zend/Config/XML not in: usr/share/php/Zend/Config/XMLDo I realy have to set all dirs AND include_Pathe in the Zend_Loader, when I just want to add one more?
best regards Christian
