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

3 lines
240 B
PHP

You can update the related records by calling save for each related object / collection individually or by calling
save on the object that owns the other objects. You can also call Doctrine_Session::flush which saves all pending objects.