S
S
slimbz2016-08-30 20:40:36
symfony
slimbz, 2016-08-30 20:40:36

How to select data from a table for which no ORM class has been created in symphony?

There is a service table in the symphony project. I had to make a request to her.
A class has not been created for it, so code like:
$em->createQuery('SELECT d.id FROM dev_table d')
will not work.
The question is what is the best way to proceed in this case?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2016-08-30
Protko @Fesor

DBAL, Native SQL

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question