havvg's playground

Developing Software is Fun!

An example of Symfony2 CollectionType form field prototype

While working an a multi-step form with multiple CollectionType in it, I came across the issue requiring a generic solution for handling allow_add and allow_delete on a collection. As there is no entry on the allow_delete part in the Symfony2 documentation itself, this solution may not be the best way to do it. If you got other solutions on this topic, let me know!

Validate emails on redirects in Symfony2 with Behat
git rebase is not a lion, it's a cat - Part Two

The first part being an introduction to git rebase mechanics, this follow-up drives that introduction into real-world examples.