OSX

Jul
1st
09

Strip require_once from Zend Framework

Zend Framework has require_once statements throughout the library. These are not needed if using the auto loader that most Zend Framework applications use and have a significant negative performance effect. To strip these statements out of all the files except the/Loader/Autoloader.php file a command line statement is required.
(more…)