I have a many-to-many relation with a linked table. See (simplified) schema below. Created according to the tutorial (http://www.symfony-project.org/doctrine/1_2/en/05-Data-Fixtures#chapter_05_many_to
I am trying to create fixtures on a table that has a many to many relationship, but I am getting this error:
I am trying to create tables from models using the createTablesFromModels method of Doctrine. I have a /model folder where I keep my models but it depends on the file names how the tables are generate
I have an entity which defines inheritance like this: * @DiscriminatorColumn(name=\"type\", type=\"string\")
I\'ve added some functionality to some of my instance classes in my symfony project that I want ALL of my instance c开发者_StackOverflow社区lasses to have. If I didn\'t have any qualms about editing t
In my DB schema I have several tables that will be related to a parent table. The \"ugly\" way to solve the relation stuff would be to include the dependencies manually in the schema:
I see in the options for embedRelation you can pass a form class, so I assumed I could simple set a new form and modify it as desired then pass that as the class to embedRelation and voila my form wou
How can I implement pagination using Doctrine_Pager or sfDoctrinePager while my query selects multiple columns from two or more tables ?
I have only started discovering Doctrine and noticed the official documentation points to 1.2 as this seems to be the current stable version.
I\'m using Doctrine 1.2.I\'d like to execute a Doctrine_Query that, instead of returning a Doctrine_Collection will return a class of my choosing.That is, something like