There must be an example of this but I can't seem to find it.
I want to return a record set already ordered through SQL and disable the ordering on a table.
I know how to disable ordering on a table, but how do I add something like ->order('field_name')
to the Editor?