PHP Classes

Packages of Ruben Sekiji Negrao Doi

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Ruben Sekiji Negrao Doi (3)  >  Mission progress status  >  Reputation  
Picture of Ruben Sekiji Negrao Doi
Name: Ruben Sekiji Negrao Doi <contact>
Classes: 3
Country: Brazil Brazil
Age: 41
All time rank: 2411164 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 967
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 GV Conection Class  
Simple database access wrapper
This class is a simple database access wrapper.

It can establish database connections and execute SQL queries.

Currently it only supports MySQL but it is meant to support other database types in the future.
Not enough user ratings

  Files folder image GV Pagination Class  
Split database query result listings between pages
This class can used to split database query result listings between pages.

It takes as parameter SELECT SQL query and counts the number of rows it would return.

The class executes the SQL query limiting the range of rows to show in the current page, given the limit of results to show per page and the number of the current page that is retrieved from a request variable.

It can also generate links to browse the other result set pages basing the pages URL on the current page URL. The presentation of the navigation links is configurable with CSS styles.
Not enough user ratings

  Files folder image GV RecordSet Class  
Retrieve database query result records
This class can be used to retrieve database query result records.

It opens a connection to a server of one of the supported database types and executes a given SQL query.

The class retrieves the results into an array class variable so it can provide a way to browse back and forth the different records contained in the results.

Currently it supports querying MySQL databases but other databases may be supported in the future.
Not enough user ratings


  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