Reputation: 5378
Is it possible to replace ZF1 Autoloader with ZF2 Autoloader, as it seems that it could significantly increase performance ?
I didn't find any tutorials out there neither much material on this - I've just heard ZF2's Autoloader would be much faster.
Upvotes: 2
Views: 658
Reputation: 18584
You could update to Zend Framework v1.12, which backports some of the new autoloader functions from Zend Framework v2, see http://devzone.zend.com/2554/zend-framework-1-12-0-stable-released/
Upvotes: 1