On Fri, Nov 7, 2008 at 6:15 PM, Matthew Weier O'Phinney <[EMAIL PROTECTED]> wrote: > -- till <[EMAIL PROTECTED]> wrote >> I wish there was a way to register a default loader for the entire >> framework, so I could use mine everywhere. No idea if that is so hard >> to implement. > > Zend_Loader::registerAutoload() registers with spl_autoload.
Nah, I was looking for a way to replace Zend::loadClass() in all Zend/* classes to use my own loader instead. ;-) Till
