Re: [fw-general] Zend Bootstrapping

2009-07-29 Thread Matthias W.
This is what I'm doing till now. How can I disable bootstrapping the view, to initialize it in the plugin? Till Now the Botstrap class initializes the view and I'm overwriting it in my Plugin... DASPRiD wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > >> Is this possible? > > No

Re: [fw-general] Zend Bootstrapping

2009-07-29 Thread Ben Scholzen 'DASPRiD'
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Is this possible? No, use a controller plugin for that. ... : ___ _ ___ ___ ___ _ ___: : | \ /_\ / __| _ \ _ (_) \ : : | |) / _ \\__ \ _/ / | |) | : : |___/_/:\_\___/_| |_|_\_|___/ : ::..

[fw-general] Zend Bootstrapping

2009-07-29 Thread Matthias W.
Hi, I replaced my old bootstrap.php and Initializer.php by the new Bootstrap.php (class extends Zend_Application_Bootstrap_Bootstrap). In my Initializer I had the functions routeStartup and routeShutdown where I called some functions. In my new implementation I created a controller plugin (class