[Solved] Doctrine "cascade" support in one to one and one to many associations

0 votes
asked Jul 29, 2013 in Solved by poliveras (160 points)
edited Aug 2, 2013 by ludek.vodicka

Allow to define cascade options in associations

1 Answer

+1 vote
answered Jul 29, 2013 by ludek.vodicka Skipper developer (140,450 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

ORM Designer already supports cascade for both association directions.

Simply choose association you would like to set-up and choose inverse-side or owning-side in ORM Property editor:

enter image description here

...