stephandesouza

Alterar Decorator de erros do Zend_Form

Feb 4th, 2011
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. $form = new Zend_Form();
  4. $form->getDecorator('FormErrors')->setMarkupListStart('<ul class="sua-classe-de-erro-aqui"');
Add Comment
Please, Sign In to add comment