-- Ralf Eggert <[EMAIL PROTECTED]> wrote
(on Monday, 20 October 2008, 08:20 PM +0200):
> 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?

Yes, please -- I should have removed those examples for the 1.6.0
release. Originally, we allowed it, but it was too difficult to support
alongside lazy-loading (which was necessary to implement both for
maintainability and performance).

-- 
Matthew Weier O'Phinney
Software Architect       | [EMAIL PROTECTED]
Zend Framework           | http://framework.zend.com/

Reply via email to