Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了这个问题,其中配置值正在由实际数据库中的多个源更新,但由于 Doctrine 返回对象的最后保存状态而在前端过时。
感谢您的提示。
您可以在更新/保存事件上注册一个事件侦听器(请参阅 \Doctrine\ORM\Events),并在事件触发时运行 EntityManager 的 clear ($entityName) 方法。