I\'m refactoring and placing my doctrine2 entites/repositories and maybe proxies into separate folders.
I have a problem with embbed form from Model which has many to many relation. The embedded form will save the model correctly but will not save many to many relations.
I have a set up like this: Drivers, Seasons, Teams. Drivers are many-many with Teams and many-many with Seasons. Note there is no direct link from Teams to Seasons.
I am making a sort of session table that adds a new record to a table when a user acce开发者_运维百科sses a particular form.
I would like to extend the i18n behavior, so that it joins the translation table automatically, on any type of query (DQL, relations, getTable).
I amtrying to optimize a symfony application with Doctrine. I\'ve stumbled upon the following problem:
I have a query : $q->andWhere($q-&g开发者_如何学Ct;getRootAlias().\'.is_published = ?\', 1); $q->andWhere($q->getRootAlias().\'.published_at >= ?\', time());
The following Zend开发者_JAVA百科Casts cast, shows a way to use doctrine 2 in a zend framework environment.
Hey everybod out there :) I\'m using CodeIgniter and Doctrine2 as my ORM. I\'m having problem with storing and retrieving UTF-8 texts from my database.
Hi after some hours of searching i finally give up, I cant find any way of getting this thing done, I want to know if it is possible to create an EmbedMany relation using an php assiociative array.