Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
Index: lib/Doctrine/Connection/UnitOfWork.php =================================================================== --- lib/Doctrine/Connection/UnitOfWork.php (revision 4849) +++ lib/Doctrine/Connection/UnitOfWork.php (working copy) @@ -442,6 +442,8 @@ $assocRecord->set($assocTable->getFieldName($rel->getLocal()), $record); $this->saveGraph($assocRecord); } + // take snapshot of collection state, so that we know when its modified again + $v->takeSnapshot(); } } }
This paste will be private.
From the Design Piracy series on my blog: