[symfony-users] Re: Foreign keys are not getting populated when saving details records

2010-06-13 Thread Michael Hodges
Hello all, I've been spending a lot of time debugging my problem and note that for the following: UnitOfWork.php public function saveRelatedLocalKeys(Doctrine_Record $record) foreach ($record->getReferences() as $k => $v) { $record->_references reflects the schema relationsh

[symfony-users] Re: Foreign keys are not getting populated when saving details records

2010-06-27 Thread Michael Hodges
[SOLVED] The foreign keys in the subforms are not updated. The solution required a combination of several recommendations available on the web. Links to the recommendations are included in the sample source code posted below in case others might benefit from the posted solution. Any recommendati