-- Jack Sleight <[EMAIL PROTECTED]> wrote
(on Tuesday, 02 December 2008, 05:32 PM +0000):
> The second problem is that at present, it is not possible to use your
> own class loader with ZF (which is something I want to do). This is
> because there are many calls to Zend_Loader::loadClass() hard coded
> within various ZF components. To solve this the script will replace
> all such calls with spl_autoload_call, allowing you to use any class
> loader you like.
> 
> However, there is one last problem with using your own class loader.
> There are still some components of ZF that rely on the ZF library path
> to be in the PHP include_path, but if you're using your own class
> loader there's no reason to assume the ZF path will be in the
> include_path. These problem components are Zend_Cache,
> Zend_Loader_PluginLoader and Zend_Memory, and the script will "fix"
> these calls so that they also use spl_autoload_call.

Jack, would you be interested in helping refactor these components to
make them play nicely with third party libraries?

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to