I\'m very new to Symfony 2.0 and doctrine. I have state and customer entity in different bundle. I just want to add relation between state and customer. I\'m coded state and customer entities. Here is
So, i know that this is only in beta right now, but we made the decision to continue with this instead of 1.
How (if possible at all) do you change the entity type with Doctrine2, using it\'s Class Table Inheritance?
I want to implement a subquery using the query builder but I\'m not understanding the syntax. I\'m dealing with a locations table that has entries that can be cities, states or zip codes depending on
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am implementing inheritance mapping with D2 using Class Table Inheritance strategy. I have a parent class called Person with the following code block
So I have been fiddling around with Symfony2 all morning and read the main documentation or at least half of it. I am stuck at anything related to Database.
I\'m using ZF with Doctrine 2 with the Bisna application resource to tie the two together. Up until now I\'ve been putting my entities, proxies, repositories, and service layers in my own App folder u
I\'m using Doctrine 2 for a project, it\'ll have a high traffic, and I\'m concerned about performance.
I\'m trying to use Versionable extension from Doctrine2Extensions but I couldn\'t a way to implement it.