PHP Classes

SunMatDB: A more complex MySQL access abstraction

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 433 All time: 6,300 This week: 455Up
Version License Categories
db 1.0GNU General Publi...Databases
Description 

Author

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.

Picture of Mattias Sundberg
Name: Mattias Sundberg <contact>
Classes: 2 packages by
Country: Sweden Sweden

  Files folder image Files (4)  
File Role Description
Plain text file DB.inc Class Base-class and very much needed
Accessible without login Plain text file index.php Example Example-script
Plain text file ROW.inc Class This is the ROW-class
Plain text file RS.inc Class Resultset-class

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:433
This week:0
All time:6,300
This week:455Up