numberColumn
The column number in the table by which the sorting will take place. The count starts at 0.
typeSort
Sort sort in descending order or ascending. It can be asc or desc:
Example: $this->fieldOrderBy(1, 'asc');