Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
service
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
Freenet DSL
Who's Online
11 user(s) are online (1 user(s) are browsing news)

Members: 0
Guests: 11

more...
partner
php-deluxe.net : phpdl-arromat.class
Posted by admin on 2005/5/7 22:47:53 (679 reads) News by the same author
php-deluxe.net

This class is meant for generation of parameters for navigation between pages that display ranges of data records (e.g. database results). You just need to pass to the class an array with the rows of data that you want to display, the number of the current page, eventually taken from the page request parameters, and the limit number of rows that you want to display per page. Then you can use the class to retrieve the data of each row of data that you will display in the current page, as well parameters to generate links to navigate between the diferent pages of the listing of the data.



Other articles
2008/8/8 2:43:45 - PHP 4.4.9 released!
2008/8/1 11:47:18 - PHP 5.3 alpha1 released!
2008/7/30 3:37:42 - TestFest 2008 wrap-up
2008/7/30 1:45:13 - Manual restructure and license change
2008/5/2 20:38:10 - PHP 5.2.6 Released