4 lines
284 B
PHP
4 lines
284 B
PHP
Updating objects is very easy, you just call the Doctrine_Record::save() method. The other way
|
|
(perhaps even easier) is to call Doctrine_Connection::flush() which saves all objects. It should be noted though
|
|
that flushing is a much heavier operation than just calling save method.
|