I remember in symfony 1.x there was a "currency" field type, which was a select with all currencies in the world. Is there something like this in symfony2?
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.
I couldn’t find one, so I created one myself. I got the list from here
This is a class for containing all the currencies
This is the actual form type
I hope this helps.