-- Christian Ruffer <[EMAIL PROTECTED]> wrote (on Wednesday, 28 November 2007, 04:14 PM +0100): > 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/XML > > > Do I realy have to set all dirs AND include_Pathe in the Zend_Loader, when > I just want to add one more?
I'm afraid I'm not understanding exactly what's going on here. First, are you using a particular release or snapshot, or are you using SVN for Zend Framework? If SVN, are you using the trunk, the release-1.0 branch, or a tag? and what revision? Second, what exactly is your include_path set to? and where is Zend Framework located? Finally, show me the Zend_Loader::LoadClass() statement that's failing. With that information, I should be able to diagnose the issue. -- Matthew Weier O'Phinney PHP Developer | [EMAIL PROTECTED] Zend - The PHP Company | http://www.zend.com/
