|
|||
|
I have the following three classes set with cascade delete. But, cascade delete is only working for a direct relationship (i.e. parent-child). It is not working for a grandparent-grandchild relationship.
E.g. when I delete a user, only posters that references this user are cascade deleted. However, the posterImages that reference the deleted posters are left untouched in the posterImage table. Is that a flaw of ZF? PHP Code:
PHP Code:
PHP Code:
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|