Dan Ballance wrote:

Thanks, I'll give that a try. Do I then need to manually include that myself or will the framework automagically detect it there?

The bootstrap file (also in the application directory) uses this code to register the Initializer

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.

Reply via email to