Libraries tagged by mysql database class
hotelmah/mysqli-wrapper
15 Downloads
This MySQLi wrapper base class provides properties for Connection and Query Error Messages and ResultSet Properties and Methods to navigate a ResultSet. Connection and Server properties are also provided, basically all of the available features the extension provides.
tesis/db-layer
12 Downloads
Simple DB layer for mysqli extension and PDO class. It is based on mappers, files holding database table fields, primary key and auto_increment properties, which is helpful to compare fields for CRUD or select operations, and to provide better way to prevent SQL injections (only existing fields are selected, or inserted, ...)
linkuha/db
0 Downloads
DB management assistance classes
c11k/pdo
88 Downloads
Simple PDO Class for small PHP projects migrating from MySQLi to PDO
rstoetter/libsqlphp
64 Downloads
library with classes to manage mysql datebases and tables