| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Mattias Sundberg (2) | > | 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 |
| ||||
| dbObject is a database abstraction layer for MySQL written in PHP. It supports caching, error handling, debugging, and basic XML- output of resultsets. Multiple resultsets can be cached. The class also lets you jump forwards and backwards in the resultsets. Resultsets are returned in both numeric and associative arrays. Other useful functions include the ability to use templates and regular expressions to format the output from the resultsets |
| ||||
| This is actually three classes combined: DB, RS and ROW. The DB class opens a connection to the database, executes queries and takes care of the error handling. The RS class takes care of traversing the actual result set including the prev() and next() methods. The ROW class wraps one row of the result set that is returned from a RS object when prev() or next() methods are called. |
| 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 |