dotj6816 2013-02-05 09:56
浏览 29

如何在PHP中使用Pagination for xml响应

I have a PHP REST webservice. The client-side is PHP and server side is codeigniter. The response data or XML is too long so I am thinking of using pagination. I want to list the data in the form of a table with pagination. Is there any possible method for doing pagination in this case?

Will pagination be possible if I convert the whole request XML data to PHP array at the client side?

  • 写回答

0条回答 默认 最新

    报告相同问题?