CrudOperationSortable::sortSort results Description
abstract public mysql_xdevapi\CrudOperationSortable mysql_xdevapi\CrudOperationSortable::sort(string
$sort_expr )Sort the result set by the field selected in the sort_expr argument. The allowed orders are ASC (Ascending) or DESC (Descending). This operation is equivalent to the 'ORDER BY' SQL operation and it follows the same set of rules. Warning
This function is currently not documented; only its argument list is available. Parameters
Return ValuesA CrudOperationSortable object. ExamplesExample #1 mysql_xdevapi\CrudOperationSortable::sort example
|