$query->table()
Sets the name of the table, which should be queried
Parameters
Name | Type | Default |
---|---|---|
$table * | string |
– |
Return type
This method does not modify the existing $query
object but returns a new object with the changes applied. Learn more →
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |
if the table does not exist |