문제

What is the best way to manage demo (development) data in application which uses Doctrine 2 ORM?

When I didn't use this ORM I simply draw diagram in MySQL Workbench and I used the "inserts" tab of each table to populate it with data. In Doctrine 2 I don't see such an option but I of course need it.

So, please, what is the best way to achieve that? What is your approach?

도움이 되었습니까?

해결책 2

You want to hear about Doctrine Data Fixtures and Faker :-)

다른 팁

You want to hear about Doctrine Fixtures.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top