You are on page 1of 1

This class intended to allow to show the paginated representation of MySQL table data on the html page the

simpliest way the possible from the php/html coding point of v iew. It uses MooTools library (http://mootools.net/) to make AJAX data requests and p age data update. The usage of this class demonstrated with the simple demo included, along with m uch advanced example provided by SourceForge project http://geonotes.sourceforge.net / To install and use demo you should: 1. Upload all the files to the web server keeping the folders structure. mootools.js and mootools-more.js file should be placed in the includes folder . You can get them at the http://mootools.net/ 2. Create MySQL database and import ajaxpagination.sql file to it 3. Edit index.php lines 15 & 16 to set corresponding values 4. Run open index.php via browser /******************************************************************************* ********/ /** **/ /** Copyright (c)'2010 by Igor Homyn **/ /** **/ /** hoorkeet@gmail.com **/ /** **/ /** http://www.phpclasses.org/package/6689-PHP-Dynamic-pagination-of-MySQL-table .html **/ /** **/ /******************************************************************************* ********/

You might also like