I have a few methods on my entity class (calculating time intervals between creation开发者_高级运维 and deadline, etc.) that I\'d like to order by in my DQL. I tried using __get to access the method a
Does anyone know how to 开发者_StackOverflow社区remove a subgroup from a group in Documentum using DQL?
I am using Doctrine 1.1 in Zend. I am trying to write开发者_JS百科 a query that will return records that have a null value in a certain column.
I\'m using a plugin to add tags to the contents of my database, and I\'m having some difficulties in writing the following query :
I am trying to combine these queries into 1 # Get completed todos SELECT COUNT(t.id) from Application\\Models\\Todos t
I am quite sure that DQL will be t开发者_JAVA百科he way to go, but I am wondering if Doctrine, i am using Doctrine 2, has someway to return the row count. I won\'t be using the rows itself, I just wan
I think I am getting the error \"[Syntax Error] line 0, col 194: Error: Expected =, <, <=, <>, >, >=, !=, got \'.\'\"
I\'m new with Doctrine2 so my question can be easy to answer (I hope so). First of all, here the SQL query that I\'d w开发者_如何学运维ant :
Is there easier way to build querys in doctrine then this. At this point there is only one parameter, but some case there could be like username, tagname, etc.
I\'m trying to create a DQL query with two conditions in a left join. It\'s ok with one condition, but impossible to find the semantic for more conditions. Just below a SQL example about what I\'m try