Hello again, i wrote a tutorial (only in German at the moment) how to use the plugin manager with setters instead of constructor arguments.
http://php.bolzz.com/bolzz/source/Quickstart_PluggerPlugin.phps Tutorial: Usage with setters or constructor arguments. (German) Short description about plugin manager: This plugin manager has to be initialized in your bootstrap. After that, the plugger registers a plugin only, if the current request is linked to the plugin. This increases performance of an application, because plugins are loaded only if they are needed. greets David -- View this message in context: http://www.nabble.com/A-simple-plugin-manager-class-to-handle-all-plugins-by-request-or-more-tp15001950p22417527.html Sent from the Zend Framework mailing list archive at Nabble.com.
