Save entities to a REST API instead of DB using Doctrine 2

前端 未结 6 682
半阙折子戏
半阙折子戏 2021-02-02 10:00

This is related to my other question: Persisting entities using a REST API.

For a project in Symfony2 I need to be able to persist entities using an remote (third-pa

6条回答
  •  说谎
    说谎 (楼主)
    2021-02-02 10:12

    I'm not sure, but you can try to use lifecycle callback events for entities to perform persisting logic via REST.

提交回复
热议问题