Guest User

Untitled

a guest
Oct 22nd, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. generator:
  2. class: sfDoctrineGenerator
  3. param:
  4. model_class: PromoCode
  5. theme: admin
  6. non_verbose_templates: true
  7. with_show: false
  8. singular: ~
  9. plural: ~
  10. route_prefix: promo_codes
  11. with_doctrine_route: true
  12. actions_base_class: sfActions
  13.  
  14. config:
  15. actions: ~
  16. fields: ~
  17. list:
  18. max_per_page: <?php echo sfConfig::get('app_num_per_page'); ?>
  19. batch_actions: {}
  20. display: [promo_code, min_spend, discount]
  21. filter: ~
  22. form: ~
  23. edit: ~
  24. new: ~
Add Comment
Please, Sign In to add comment