2006-07-23 21:08:06 +00:00
|
|
|
Updating objects is very easy, you just call the Doctrine_Record::save() method. The other way
|
2006-08-21 22:55:11 +00:00
|
|
|
(perhaps even easier) is to call Doctrine_Connection::flush() which saves all objects. It should be noted though
|
2006-07-23 21:08:06 +00:00
|
|
|
that flushing is a much heavier operation than just calling save method.
|