database\\query::update
Fires an update query
database\query::update($values = null, $where = null)
Parameters
$values (array)
You can pass values here or set them with ->values() before
$where (mixed)
You can pass a where clause here or set it with ->where() before
Return values
boolean