Dashboard > Maintain > Attic > Maintain3 Discussion
Maintain Log In   View a printable version of the current page.
Maintain3 Discussion
Added by Danny Robert, last edited by Frederic Wenzel on Sep 05, 2006  (view change)
Labels: 
(None)

XML:

As of now, the client expects the following format:

<?xml version='1.0' standalone='yes'?>
<maintain>
   <admin count_query="#" count_total="#" sorted_by="xxxx" direction="xxxx">
      <types>
         <type>
            data
         </type>
      </types>
   </admin>
</maintain>

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:

<?xml version="1.0" encoding="utf-8"?>
<maintain>
    <type>
        data specific to type
        <comments>xxxx</comments>
    </type>
</maintain>

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

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.7 Build:#524 Jul 28, 2006) - Bug/feature request - Contact Administrators