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