Libraries tagged by mysql database php class
itvisionsy/simple-orm
156 Downloads
A simple PHP class to access your MySQL records.
activecollab/databasestructure
15382 Downloads
Define database structure in PHP and let the library generate object classes and tables
peterujah/php-search-controller
46 Downloads
Php advance mysql database search to perform search operations.
davcs86/php-mysqlimporter
4404 Downloads
PHP class for importing big SQL files into MySQL.
drkbcn/php-pdo-mssql-class
86 Downloads
A PHP MsSQL PDO class similar to the the Python MySQLdb, which supports iterator and parameter binding when using 'WHERE IN' statement.
dejongensvanboven/mysqli-database-class
315 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
indievox/master-slave-db-access
22 Downloads
簡易的 MySQL database 伺服器存取類別,使用 POD 及 singleton pattern 實作,支援 Master-Slave 架構。 / Simple MySQL database server access class use PDO and singleton pattern, support Master-Slave database cluster.
v-dem/queasy-db
159 Downloads
Database access classes, part of QuEasy PHP framework
krugozor-old/database
14 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.
busenov/database
4 Downloads
PHP class library for simple, convenient, fast and safe work with MySql database, using PHP mysqli extension and imitation of prepared queries.
bear8421/php-mysql-database-class-updated
9578 Downloads
PHP MySQL Wrapper and object mapper which utilizes MySQLi and prepared statements
alexivashchenko/php-mysql-backup
19 Downloads
Simple PHP class to create regular MySQL database backups
jbirc/database-class
2 Downloads
Database PHP class for interacting with a mysql database
ideaglory/database
3 Downloads
PHP Singleton Database Class
com.jukusoft/php-database-table-upgrader
22 Downloads
php-database-table-upgrader, An database upgrader for upgrade mysql table structures automatically. You dont have to write CREATE TABLE, ALTER TABLE querys and so on anymore, just configure your table structure in PHP and the classes will upgrade your table structures automatically.