-- Benjamin Eberlei <kont...@beberlei.de> wrote
(on Thursday, 24 September 2009, 04:37 PM +0200):
> I want to use non-Zend validators for my elements and use the array options
> notation to build my form,
> where i realized that i can't really set the plugin loaders for the
> validators of each field.
> However while browsing through the code I saw that every element creates
> its own plugin loader if none
> is given, so its very hard to use a global approach.
> 
> Is there a nice way to use a single plugin loader for all my elements
> and configure it through the array notation of Zend_Form?

Not yet, but it's been in my todo list for some time. It's a huge
bottleneck currently if you have a large number of elements.

-- 
Matthew Weier O'Phinney
Project Lead            | matt...@zend.com
Zend Framework          | http://framework.zend.com/

Reply via email to