$query->update()
Fires an update query
Parameters
Name | Type | Default | Description |
---|---|---|---|
$values | mixed |
null |
You can pass values here or set them with ->values() before |
$where | mixed |
null |
You can pass a where clause here or set it with ->where() before |
Return type
bool