Implementation of Data Paging Based on Ajax and PHP
Author:
Affiliation:
Fund Project:
摘要
|
图/表
|
访问统计
|
参考文献
|
相似文献
|
引证文献
|
资源附件
|
文章评论
摘要:
Web 系统经常会遇到大量的数据分页显示问题,传统的分页技术在提取数据时用户等待时间较长,利用Ajax 技术结合PHP 语言开发的Web 系统在实现大量数据分页显示时,不需重载整个页面,通过更新局部数据即可,这样不但减少了用户等待时间,而且提高了查询效率。下面结合实例谈谈数据的动态分页显示的实现问题。
Abstract:
The question of substantial data paging display is ofen occurred in Web system. Traditional paging technique causes the user wating long in extracting data. The Web system is been developed in Ajax technology and PHP when it realizes substantial data paging display. It doesn't need to reload the whole page. It needs to update the part data. It reduces the user's wating time, and increases query efficiency. The implementing question of will be discussed dynamic data paging display through a example.