1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/manual/docs/Mapping object relations - Dealing with relations - Deleting related records.php
2006-07-23 21:08:06 +00:00

3 lines
163 B
PHP

You can delete related records individually be calling delete() on each record. If you want to delete a whole record graph just call
delete on the owner record.