The ORDER BY clause builder.
| package | Peyote |
|---|---|
| author | Dave Widmer |
compile() : string
| inherited_from | \Peyote\Sort::compile() |
|---|
stringgetMethods() : array
arraygetType() : string
stringorderBy(string $column, string $direction) : \Peyote\Order
stringThe column name
stringThe direction to sort on
$clauses : array
| inherited_from | \Peyote\Sort::$$clauses |
|---|