Open rauanmayemir opened 12 years ago
Here's the feature request for integration with Zend Framework: Instead of doing spl_register_autoload make it in Zend Framework style, or at least provide additional class for it.
Docs on zf autoloader: http://framework.zend.com/manual/en/zend.loader.autoloader.html Important moment is that Zf is on the way to the 2.0 version now, so there will be needed two versions of autoloader.
ZF2 is adopting composer, isn't it? (haven't had time to play around with it)
Here's the feature request for integration with Zend Framework: Instead of doing spl_register_autoload make it in Zend Framework style, or at least provide additional class for it.
Docs on zf autoloader: http://framework.zend.com/manual/en/zend.loader.autoloader.html Important moment is that Zf is on the way to the 2.0 version now, so there will be needed two versions of autoloader.