PHP DatabaseObject::commit - 2 examples found. These are the top rated real world PHP examples of DatabaseObject::commit extracted from open source projects. You can rate examples to help us improve the quality of examples.
This is useful if you make a bunch of setProperty() calls at once
and you dont want to update the database every time. Instead you
can set all the variables without committing them, then call this function.