I did the Symfony 1.4 Jobeet example project and now i would like add an additional form.
How to do it correctly in a single project? Default Symfony itself generates the first form, but how can I create my own from scratch?
If i use in command line:
php symfony doctrine:build --forms
This generates only the default form, I would like to have two forms. How can I do it? Must I generate a new project?