is it possible to make form in Symfony 2 without using any additional components? only with Form Component?
is it possible to make form in Symfony 2 without using any additional components?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. Symfony Form component has some obligatory dependencies on:
At the moment, optional dependencies are:
Example project demonstrating how to use the Form component without the Symfony2 framework: https://github.com/bschussek/standalone-forms