문제

I have an entity that has a few relations. I need to clone this entity with relations. How can I clone Doctrine 2 entity with relations?

도움이 되었습니까?

해결책

Benjamin Eberlei answered this question before:

You can implement __clone() and handle the copy correctly in userland.

Source: https://groups.google.com/group/doctrine-user/browse_thread/thread/36edab6b2ac39204/1a39a8b0eaa213a8

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