So, 1:M / M:1 relations don\'t work the way M:M relations work (obviously), but I thought that with proper configuration, you can get the same output as a M:M relation.
I want to make a custom form field in symfony2 named da开发者_如何学JAVAterange, which will extends the default symfony date type form field and take date range(start date and end date) into two diffe
I\'m building a bundle in Symfony2 and i\'ve succesfully created a schema for my Test1Bundle but i\'m having problem to create a second one under a different directory
What should I do when a form choice field depends on property of domain object. I have insurance field that should contain insurances
I\'m starting using Doctrine (2.0.0 Beta5). I\'ve tried to install doctrine-fixtures and DoctrineFixturesBundle by adding
Is there a way to create a custom security provider without using sessions, using my own database class and getting the user from the database with the email and not without h开发者_高级运维axing the
I have entity \"Creative\" and Entity \"Question\"... When I had a ManyToMany relation from Creative to Question, I could easily do $builder->add(\'questions\'), and it would grab all the questions an
I have a simple form in Symfony2 (beta 5), but the post data is never bound to the form. Here are my classes (trimmed for brevity):
I would like to override the existing date field type so that I can use a js component. I tried so far:
How can I start a Symfony2 script using the php shell? I can\'t run the Controller file directly by using the command: