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) メソッドを実行することができます。