Doctrine Query Language (DQL) is an Object Query Language created for helping users in complex object retrieval.
I have the following query: $latestcontent = $em->createQuery(' SELECT c.title, c.content, c.lastedit, a.firstname, a.…
php sql doctrine-orm symfony dqlI would like to perform a SELECT from the results of a subquery in DQL. The equivalent of doing the …
doctrine symfony dql$ php app/console doctrine:query:dql 'SELECT NOW()' [Doctrine\ORM\Query\QueryException] [Syntax Error] line 0, col 7: Error: Expected known …
mysql symfony doctrine-orm dqlI'm trying to create a form with data in collection type depending on the user being logged. I'm following this …
symfony symfony-forms dql query-builderI need a simple column for a table. By example a table "project", with column id, name and year. If …
php doctrine dql doctrine-1.2Hi there I got a DQL that works (I get all my event since the beginning) : DoctrineHelper::getEntityManager()->…
php mysql doctrine-orm dqlI want to use the parameter place holder - e.g. ?1 - with the % wild cards. that is, something like: "…
doctrine-orm wildcard dql sql-like code-injectionI am having a table in which there is a column in which various values are stored.i want to …
mysql doctrine dqlI know I have a syntax isse here however I cant figure it out. I'm trying to do a SELECT …
doctrine symfony inner-join dql query-builder