This is the Symfony 2.1.x specific tag.
In Symfony 2 you can set up a target for the logout so that after logout you will be redirected to /…
symfony redirect symfony-2.1 symfony-securityI'm trying to refine the query trying to select fewer possible values .. For example I have an entity "Anagrafic" that …
symfony doctrine-orm symfony-2.1I have this view: //login.html.twig <!DOCTYPE html> <html> <head> <meta http-equiv="…
symfony symfony-forms symfony-2.1I'm using Symfony2. I have an entity Post that has a title and a picture field. My problem : Everything is …
php file-upload symfony symfony-2.1I have this error when I submit the connexion form (I use FOSUserBundle latest version) : No encoder has been configured …
submit symfony-2.1 fosuserbundle encoderI used the "Using a traditional login form" tutorial from symfony.com to authentificate my users. With a simple http …
php symfony symfony-2.1i am trying to generate entities for my contact information. for that i have first create Entity with the following …
php symfony symfony-2.1I should make cross domain API with Symfony. There is some bundle for that? I have tried FOS Rest Bundle …
symfony cors cross-domain symfony-2.1How would I create a doctrine_orm_datetime_range filter in the Sonata Admin Bundle which uses the jQuery UI …
datepicker symfony-2.1 jquery-ui-datepicker symfony-sonata sonata-adminI'm trying to submit a form via ajax to update a field of an entity, but do not know how …
ajax symfony symfony-2.1