1
0
mirror of synced 2025-03-05 20:36:15 +03:00
doctrine2/manual/docs/Object relational mapping - Relations - Dealing with relations - Deleting related records.php
2007-02-23 23:02:59 +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.