From: Don S. <do...@se...> - 2003-02-11 20:55:23
|
Why does all this great stuff come out a week after I do things manually? ;) Don. On Tue, 11 Feb 2003, Steven Levin wrote: > 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 :) > > > |