I would like to create a form which can add multiple etape. I create the form like this: //FORM namespace RBO\\TryBundle\\Form\\Type;
I\'m using Symfony 2 and I just installed the AvalancheImagineBundle successfully. I created my own thumbnail filter as described in the README, and I created a 2nd filter called \"profile\" which (fo
How can i set the name of the foreign key (edit: not the name of the attribute itself) for the many-to-one relation \"region\" using YAML?
I\'m trying to show an user oriented choice list in a form and I don\'t manage to access to the container to get the current User.
This is probably really stupid but I am trying to set a hidden form field value in symfony yet when I do a view source, the value doesnt show up.this->postID refers to a value I am passing in through
I have Entity in my app, which has 2 translatable fields, using Doctrine Translatable Extension: class Page implements Translatable
I\'m writing an open source application uses some Symfony components, and using Symfony Console component for interacting with shell.
I can\'t really understand the difference between macros a开发者_JAVA百科nd includes in Twig: both seems to do the same stuff, that is take some variables and output something.
I need to integrate an event dispatcher in my own codebase (custom PHP library), so I looked at what both Symfony2 and Zend Framework 2 are doing.
Quite odd problem, 开发者_Go百科sorry for asking, i\'m quite new to Symfony/Twig. My route requires a mandatory region_id paramenter: