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