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... |
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 :) > > > |
From: Steven L. <st...@tu...> - 2003-02-11 21:13:24
|
Sorry Don :( You can use it now though. > 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 :) >> >> >> > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |
From: Don S. <do...@se...> - 2003-02-11 21:20:56
|
Basically I rewrote the paginate function because I couldn't get it to do how I wanted where basically I was doing paginating rows that had text and images. I'll check this new class out. Don. On Tue, 11 Feb 2003, Steven Levin wrote: > Sorry Don :( > > You can use it now though. > > > 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 :) > >> > >> > >> > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |