I just downloaded symfony2 and am beginning to play with routing via annotations. I have my app/config/routing.yml set in the bundle I created to use annotations, and have deleted the Acme bundle and
I\'m using FOSuserbundle to get started with User registration https://github.com/FriendsOfSymfony/FOSUserBundle
I\'m using Symfony2 along with DataTables, which works fine with max of 10,000 data reco开发者_开发技巧rds, but after that, it the page gets crashed or if i enable ajax with it, I get the JSON data mi
In my entity, I have a field like : /** * @var decimal $Size * * @ORM\\Column(name=\"Size\", type=\"decimal\", scale=\"2\")
I have implemented remember me functionality in Symfony2. When I log in with remember me box checked, cookie named \"REMEMBERME\" gets created. That cookie is also available if I close browser and ope
It is possible for doctrine2 ODM to create the following query? db.Product.find({ \"$or\": [ { \"name\": new RegExp(\"test*\", \"i\") }, { \"tags\"开发者_如何学JAVA: new RegExp(\"public true*\", \"i\
My question is how to make a hyperlink in a view? Like <a href=\"link\"></a> in HTML. Have I to create it in an action method in the controller and 开发者_Python百科then send it to a view?
I have this form which relates to an object of class Film, which has a Director relation, and I would like to have a choice between 开发者_开发百科selecting an existing director or creating a new one.
I want to print all the validation errors together, and not each error next to each field. But form_errors(form) isn\'t working.
I am developing an application with Symfony2 and Doctrine, and have a table called status where I store the location and date books, such as: