When saving form submission data, I\'m having trouble persisting a new entity instance where the entity has a nullable association with another entity and I attempt to set it to null.After creating a
I\'m getting the following error on Symfony2: Warning: array_replace() [function.array-replace]: Argument #1 is not an array in /home/rackelas/public_html/dev/Symfony/vendor/symfony/src/Symfony/Comp
I\'m currently developing a small app, which is basically a form to capture data. I\'m having a small problem though, with the form validation.
This question is quite specific. I\'m using Symfony2 White October Admin Bundle for generating administration for my application.
I use symfony with doctrine. So I use this tutorial (google cache). So I have category and subcategory I make next :
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 am using symfony2.I am trying to override the default div style form blocks in twig. First, does any have or know of an available implementation of the fieldset and li开发者_开发问答st (ul -> li)
I\'m trying to add some help messages after each field in form in symfony2. I have read about one solution in official docs : http://symfony.com/doc/current/cookbook/form/form_customization.html#addi
I have to implement a functionality for a web application that provides an easy way to select an element between thousands of them.
I am trying to create a new field type and add it to a form class in Symfony 2. I have created a class called MyType (for testing purpose) and when I want to add it to a form class I get the开发者_如