Solar_Sql_Model_Params_Fetch::order()

public Solar_Sql_Model_Params_Fetch Solar_Sql_Model_Params_Fetch::order ( array $list )

Adds ORDER BY columns to the fetch.

Parameters

  • (array) $list: The columns to add to the ORDER BY clause.

Returns

  • (Solar_Sql_Model_Params_Fetch)

Description

Adds ORDER BY columns to the fetch.

See Also



Local