Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. class sfWidgetFormSchemaFormatterCustom extends sfWidgetFormSchemaFormatter {
  4.  
  5. protected
  6. $rowFormat = "<div id="row_%form_field_name%">%error% n %label% n %field%%help% %hidden_fields%</div>n",
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement