Answer the question
In order to leave comments, you need to log in
Why is there an error in query builder?
I study little by little, I do from an example and I can’t understand why the error?
docs.doctrine-project.org/projects/doctrine-orm/en...
$qb->select('id')
->from('crm.list_queue', 't')
->where('t.id = ?1')
->orderBy('t.title', 'ASC')
->setParameter(1, 1)
;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question