Dan Ballance wrote:
The bootstrap file (also in the application directory) uses this code to register the InitializerThanks, I'll give that a try. Do I then need to manually include that myself or will the framework automagically detect it there?
require_once 'Initializer.php'; $frontController = Zend_Controller_Front::getInstance(); $frontController->registerPlugin(new Initializer($ini->env,APP_PATH)); I would use the same approach with your plugin.
