Matthew, how about considering putting an additional argument on the
Zend_Form_Abstract::setView() to allow setting the view on all the
elements with a single call. I have a situation where I need the
individual elements rendered but not through Zend_Form (formatting
differences). It would save me from having to pass the view each time
to the elements. I modified my copy to work this way, but thought it
might be useful to all.
Richard
Matthew Weier O'Phinney wrote:
-- Mark Maynereid <[EMAIL PROTECTED]> wrote
(on Friday, 30 November 2007, 07:35 AM -0800):
You mention a "prototype" below that starts to bring the proposals together.
I am not clear if I should be able to see it yet going by the text. If I
can, a link would be appreciated. If not, don't mean to hassle, just
wondered if it was public as such yet.
It's in the laboratory:
http://framework.zend.com/svn/laboratory/Zend_Form
You can checkout from there using SVN, or simply browse the code.