XML:
As of now, the client expects the following format:
where:
- count_query = number of items per page in the table
- count_total = total number of objects
- sorted_by = name of the field used to sort the data
- direction = either "asc" or "desc"
The client transmits XML as such:
Client notes:
- Client assumes the server accepts the following general filters:
- order: field+asc or field+desc
- page: page number or 'first'/'last'
Working on table paging, then logging.
Add default page number to Lister.php