PHP Classes

Packages of Mattias Sundberg

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Mattias Sundberg (2)  >  Mission progress status  >  Reputation  
Picture of Mattias Sundberg
Name: Mattias Sundberg <contact>
Classes: 2
Country: Sweden Sweden
Age: 46
All time rank: 181317 in Sweden Sweden
Week rank: 195 Up2 in Sweden Sweden Up
All time users: 1544
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 dbObject  
A database abstraction layer for MySQL
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

  Files folder image SunMatDB  
A more complex MySQL access abstraction
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