| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Ruben Sekiji Negrao Doi (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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 |
| ||||
| 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 |
| ||||
| 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 |