- 1,251 categories
- 40,829 scripts
Updated: 02/11/2009
- 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
* 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
* Pre-built methods for UPDATE, INSERT, SELECT, DELETE and OPTIMIZE
* And much more...
- Categories
- Platforms
- Licenses
- Other Free / Open Source License
- Author