Solar_Sql_Select::order()

public Solar_Sql_Select Solar_Sql_Select::order ( string|array $spec )

Adds a row order to the query.

Parameters

  • (string|array) $spec: The column(s) and direction to order by.

Returns

  • (Solar_Sql_Select)

Description

Adds a row order to the query.



Local