Johannes Meyer
|
3105c2059e
|
Remove license headers from all files
refs #6309
|
2014-07-15 13:43:52 +02:00 |
Eric Lippmann
|
ecbd9b8616
|
Sortable: Fix PHPDoc for parameter `$direction'
`$direction' must be a string instead of an integer because
the direction constants `SORT_ASC' and `SORT_DESC' are strings.
|
2014-05-07 10:00:41 +02:00 |
Eric Lippmann
|
e5e3dc9c43
|
Add interface "Sortable" defining how a result set can be sorted
This interface should be used to ensure that sorting a result set
is standardized among the different query implementations.
|
2014-04-15 16:07:27 +02:00 |