From: Steven L. <st...@tu...> - 2003-02-11 20:52:28
|
Hello All, I have added a new class to the core of phpwebsite. It is called PHPWS_Pager and it handles paging of data arrays. I had already implemented this functionality once before in my function paginateDataArray found in the Array.php file. The parameter list was getting sooooooo long we decided to extract it to its own class. This function will still exists for those using it (which includes me) but I strongly encourage everyone to starts using the new class. It gives the developer a lot more flexibility. For an example of its usage see the file pager_example in the docs/developers/ directory. Please post any questions you may have. Enjoy :) -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |