PHP Classes

Packages of Sebastian D

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Sebastian D (2)  >  Mission progress status  >  Reputation  
Picture of Sebastian D
Name: Sebastian D <contact>
Classes: 2
Country: Germany Germany
Age: 45
All time rank: 37322 in Germany Germany
Week rank: 195 Up8 in Germany Germany Up
All time users: 7309
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image arromat  
Generate pagination parameters for data navigation
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.

  Files folder image PHP Menu class  
Create horizontal or vertical cascading menu
This class can create horizontal or vertical cascading menus.

It can add menu items that can have a text and a link URL.

The items may have sub-items to form cascading menus.

The menus can expand in the horizontal or vertical.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z