how to add special class for labels and errors on zend form elements?
- by user1400
hello
how we could add a special class for labels and errors for a zend-form-element
for example html output code before add classes
<dt id="username-label"><label for="username" class="required">user name:</label></dt>
<dd id="username-element">
<input type="text" name="username" id="username" value=""…