Doctrine Query Language (DQL) is an Object Query Language created for helping users in complex object retrieval.
I'm probably overlooking something very simple and just been staring at it too much, but I can't get this DQL …
php doctrine-orm dqlI get a strange error when I execute this DQL query: SELECT u FROM User u LEFT JOIN u.schedule …
doctrine doctrine-orm dqlI wonder how to get a random number of Members from a Group, but I do not know what is …
php random doctrine-orm dqlI am quite sure that DQL will be the way to go, but I am wondering if Doctrine, i am …
doctrine doctrine-orm dqlI'm working with symfony and I would like to know how I can do a simple insert using the doctrine:…
insert dql doctrine-1.2This may seem like a rudimentary request, but I can't seem to get it to work, so I'm either missing …
sql doctrine many-to-many dqlI have my two classes User and Role, and I need to make a QueryBuilder which returns a query for …
php symfony doctrine-orm dql query-builderI'm trying to order the results of my query by whether or not they match my original entity on a …
doctrine-orm dqlI have one document in my "params" collection like this: { "_id": ObjectId("4d124cef3ffcf6f410000037"), "code": "color", "productTypes": [ { "$ref": "…
mongodb doctrine dqlUsing Symfony and Doctrine with the DQL query builder, I need to optionally add some WHERE conditions with parameters, with …
php symfony doctrine-orm doctrine dql