Symfony - Enable the Compatibility with the Version 1.0 - Good for forms Generation
This solves errors like:
Fatal error: Call to undefined function form_tag()
Fatal error: Call to undefined function input_tag()
File apps/your_application/config/settings.yml
Set:
compat_10: on
(be careful with the indentation!)