Mapping object relations - Dealing with relations - Updating related records.php 243 Bytes EditWeb IDE 1 2 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_Connection::flush which saves all pending objects.