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