2009/4/15 lightflowmark <[email protected]>: > > Maybe I've misunderstood the structure, then. My understanding was that > Zend_Form_Decorator_* decorated form elements, not that they decorated view > helpers. Can someone clarify that?
I think we were talking about different things :) Zend_Form_Decorator_* are extensions of Zend_Form_Element this represents a form element, and contains all the default decorators, validators, filters etc These will have a view helpers assigned to them like public $helper = 'formTextarea'. The form then renders the form elements. Hope that makes sense > > -- > View this message in context: > http://www.nabble.com/On-view-helpers---decorators-tp23054740p23055393.html > Sent from the Zend Framework mailing list archive at Nabble.com. > > -- ---------------------------------------------------------------------- [MuTe] ----------------------------------------------------------------------
