PhpStorm DQL和sprintf

时间:2019-06-19 10:20:52

标签: php phpstorm dql

当我在PhpStorm的DQL语言支持下编写DQL查询时,它会突出显示%s ,我稍后会通过sprintf将其用于实体名称替换。

enter image description here

是否有一种方法可以将实体名称注入DQL,从而不会将其视为错误?我既不想硬编码类名,也不想在这样的语句中热衷串联。

0 个答案:

没有答案