$query->select()
Sets the columns, which should be selected from the table By default all columns will be selected
Parameters
Name | Type | Default | Description |
---|---|---|---|
$select * | mixed |
– | Pass either a string of columns or an array |
Sets the columns, which should be selected from the table By default all columns will be selected
Name | Type | Default | Description |
---|---|---|---|
$select * | mixed |
– | Pass either a string of columns or an array |