Hi Matthew, > Plugins are a strange beast. To get them to work properly, we have two > ways you can specify them: > > * Pass in a concrete instance > * Pass in the name of the plugin, minus class prefix > > Why not the full class name? Because of the way the plugin loader works. > You pass a common class prefix and a path to search for the plugin.
Thanks for the quick response and the clarification. I think the manual should be corrected then. That was the place I got the example from in the first place. http://framework.zend.com/manual/en/zend.form.elements.html#zend.form.elements.filters Should I create an issue for this? Best regards, Ralf
