The Zend Framework uses **waayyyy** too many require_once() calls. Just write a tool to remove all of those from the framework and use __autoload() to find them instead. Your ZF app will go much faster, especially at high concurrency levels. It beats me why the ZF guys still use require_once()...
Try to remove
The Zend Framework uses **waayyyy** too many require_once() calls. Just write a tool to remove all of those from the framework and use __autoload() to find them instead. Your ZF app will go much faster, especially at high concurrency levels. It beats me why the ZF guys still use require_once()...
Thijs,
www.startinchina.com