Skip to content

Tag: doctrine

How to get data from a column with this annotation @ORMindex

Good afternoon, please tell me how to get the column data: {@ORMIndex(name=”localities_names_idx”, columns={“name_ru”, “name_cn”, “name_en”}) I tried using queryBuilder : Without success I need it for: Answer Edit: This turned into a review, but might as well ke…