$sqlite->order()
Creates the order by syntax
$sqlite->order(?string $order = null): array
Parameters
Name | Type | Default |
---|---|---|
$order | string |null |
null |
Return type
array
Parent class
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql