Home     PHP / Javascript / Ajax
PHP Databasic - MySQL Handler - v2.3 Script

PHP Script Codes > database-tools

Databasic - MySQL Handler - v2.3 Free

Rate: | Price: Free | Publisher: Office Site | Demo: | Views: 1874

PHP Script Codes > Databasic - MySQL Handler - v2.3
A basic wrapper class for the MySQL database engine. Contains methods for connecting to a database, fetching and returning results, building insert and update queries, optimization and more.

* Creates a persistent connection to a specified database
* Can store and connect to multiple databases
* Stores the connection within a Singleton instance
* Logs queried information and total executed queries
* Binds variables to SQL statements; similar to PDO
* Cleans all binded data to prevent mysql injection
* Fetches data as an object or an associative array
* Logs each queries execution time
* Has support for a debug mode
* Pre-built methods for CREATE TABLE, DELETE, DESCRIBE, DROP, UPDATE, INSERT, SELECT, TRUNCATE and OPTIMIZE
* And much more...