Development highlights

  • r1371: added array support for validator declaration in validate.yml files

You can now use array in your validate.yml configuration files:

names:
  login:
    required:     true
    required_msg: your login is required
    validators:   [loginValidator, userValidator]
  • r1368: fixed boolean problem in admin generator

Book and documentation

This week, the symfony documentation team (ok, François) was busy developing a new great way to share your symfony tips.

Some symfony powered websites

They talked about us

Published in #A week of symfony