Libraries tagged by mysql class
amiano4/mysqli_extended
10 Downloads
Alternative way to use the standard mysqli class with simplified usage.
luudoanh/class-db-mysli
0 Downloads
A class for builder query
hoowu/mysqli-database-class
1020 Downloads
this is my mysqli-db
flaneurette/mysqli-db-class
0 Downloads
A lightweight mysqli hook
php-learn/database-class
4 Downloads
A database class using mysqli
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.
binfinn/mysqli
21 Downloads
This is a awsome operator class base on mysqli.
lehbyos/super-mysqli
12 Downloads
Utility class, wrapping common patterns in data processing when querying databases with mysqli
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
istattic/sqlsrvdropper
123 Downloads
A simple class to enable dropping SQLSrv Columns within a Laravel migration.
gajus/klaus
501 Downloads
User input interpreter for constructing SQL WHERE clause.
codeboxsql/php
12 Downloads
A PHP Wrapper for the mysqli class
markjaquith/wherewithal
5 Downloads
Given constraints, parses a string of conditions into a valid MySQL WHERE clause
indigo7333/mysqliorm
7 Downloads
MysqlORM provides and abstract orm class for Mysqli