lithium\data\Source::update()
Updates a set of records in a concrete data store.
Parameters
-
mixed
$queryAn object which defines the update operation(s) that should be performed against the data store. This can be a
Query, aRecordSet, aRecord, or a subclass of one of the three. Alternatively,$querycan be an adapter-specific query string. -
array
$optionsOptions to execute, which are defined by the concrete implementation.
Returns
booleanReturns true if the update operation was a success, otherwise false.
Source
abstract public function update($query, array $options = array());