$sql->valueList()
Creates a list of fields and values
$sql->valueList(string $table, array|string $values, string $separator = ',', bool $enforceQualified = false): array
Parameters
| Name | Type | Default |
|---|---|---|
| $tablerequired | string |
no default value |
| $valuesrequired | arrayorstring |
no default value |
| $separator | string |
','
|
| $enforceQualified | bool |
false
|
Return type
array
This method modifies the existing $sql object it is applied to and returns it again.