Libraries tagged by php class mysql
rcastera/mysql-wrapper
43 Downloads
MySQL Abstraction Class
dejongensvanboven/mysqli-database-class
266 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
rstoetter/ckeycolumnusagetree-php
22 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
phptree/pdo
25 Downloads
a php PDO database connection class with simple query builder .
krugozor-old/database
13 Downloads
Database — библиотека PHP классов для простой, удобной, быстрой и безопасной работы с базой данных MySql, использующая расширение PHP mysqli и имитацию подготовленных запросов. Database — is a PHP class library for easy, convenient, fast and safe work with the MySql database, using the PHP mysqli extension and simulating prepared statements.
itvisionsy/simple-orm
150 Downloads
A simple PHP class to access your MySQL records.
peterujah/hierarchical
18 Downloads
Hierarchical - Light, simple PHP and mysql Hierarchy data and organization chart.
komeiji-satori/miner
13 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
ulue/miner
12 Downloads
A dead simple PHP class for building SQL statements. No manual string concatenation necessary.
masnathan/sql-query-formatter
1700 Downloads
A very lightweight PHP class that reformats unreadable and computer-generated SQL query statements to human-friendly, readable text.
ahmetertem/query_builder
217 Downloads
PHP Query Builder Class
eftec/daoone
3419 Downloads
Procedural MysqlI Data access class in a single Class
v-dem/queasy-db
154 Downloads
Database access classes, part of QuEasy PHP framework
indievox/master-slave-db-access
17 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
peterujah/db-controller
58 Downloads
Php PDO databse wrapper.