database
database copied to clipboard
Selection::resetOrder
In some cases it would be nice to have an option reset current order on the query.
I see that corresponding method ::setOrder is present in SqlBuilder since v2.3 but it's not used in Selection.
So I've added option for ORDER BY clause reset.
What do you think about that?
I never had strong opinition, how many methods should be reflected in selection.
@hrach It failing on PHP 5.3 - this version is no longer supported?
5.3 is failing, because it doesn't support the [] array syntax
@redwormik Thx, I'm stupid or blind.