×
Inicio Aleatorio

Foreach statement inside $query->andWhere()

Creado: 20-05-22

I need to create a query with Doctrine QueryBuilder using a foreach statement, currently, the following one is used but is not the most correct: // $query object foreach ($searches as $value) { $

https://stackoverflow.com/questions/42064194/foreach-statement-inside-query-andwhere#42064816

Siguiente Enlace