$sql->order()
Creates the order by syntax
$sql->order(string|null $order = null): array
Parameters
Name | Type | Default |
---|---|---|
$order | string ornull |
null
|
Return type
array
Creates the order by syntax
$sql->order(string|null $order = null): array
Name | Type | Default |
---|---|---|
$order | string ornull |
null
|
array