Is there any way to setup all my Zend_Forms with this ?
$this->element->setDecorators(array(
'ViewHelper',
'Errors',
'Label',
array('HtmlTag', array('tag' => 'div', 'id' => '[MyElementLabel]')));
Instead of do that one by one element of my Zend_forms? I mean something like a Form layout