Hello again, i wrote a tutorial (only in German, sorry) how to use this plugin manager with setters or with constructor arguments.
http://php.bolzz.com/bolzz/source/Quickstart_PluggerPlugin.phps Tutorial Description: This plugin manager has to be initialized in your bootstrap. After that, the plugger registers plugins only if current request is linked to a plugin. This increases performance. Note: Because plugger works in constructor and from bootstrap, it is needed to set a baseUrl manually by front controller in the bootstrap. The plugger's job is done before dispatcher sets baseUrl automatically. -- View this message in context: http://www.nabble.com/A-simple-plugin-manager-class-to-handle-all-plugins-by-request-or-more-tp15001950p22417836.html Sent from the Zend Framework mailing list archive at Nabble.com.
