This question is specific to Zend_Form. Zend_Form adds standard decorators such as <dd> <dt> <dl>. What do I lose if I were to remove them? Are they used by Zend_Form itself for error reporting or any other reason?
This question is specific to Zend_Form. Zend_Form adds standard decorators such as <dd> <dt>
Share
They are solely for structuring the output of your Zend Form elements in a definition list. Whether your form renders errors is controlled through the Error Decorator.
See this series of articles by Matthew Weier O’Phinney:
and Rob Allen’s Zend_Form Tutorial: