Say you have a table named Articles.
It has the following columns: ID, name, body, created, modified, pageviews, etc.
Using a single method, would it be possible to pull a list of articles, and pass it which column I want to order by? And also the direction, i.e. desc or asc.