$query->findBy()
Find a single row by column and value
$query->findBy(string $column, $value)
Parameters
| Name | Type | Default |
|---|---|---|
| $column * | string |
– |
| $value * | mixed |
– |
Find a single row by column and value
$query->findBy(string $column, $value)
| Name | Type | Default |
|---|---|---|
| $column * | string |
– |
| $value * | mixed |
– |