PHP Classes

Simple MySQL handler: Execute SQL queries with MySQLi or MySQL extension

Recommend this page to a friend!
  Info   View files View files (1)   DownloadInstall with Composer Download .zip   Reputation   Support forum (4)   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 54%Total: 503 All time: 5,797 This week: 455Up
Version License PHP version Categories
simple-mysql-dbase 1.0.10MIT/X Consortium ...5.0PHP 5, Databases
Description 

Author

This is a simple class that can execute SQL queries with MySQLi or MySQL extension.

It can connect to a given MySQL server using the MySQLi extension if it is available or falls back to the old MySQL extension otherwise.

The class can execute common SQL queries to:

- Retrieve a single table field value
- Retrieve a single row
- Select all fields from a table that match a condition
- Select a field of a table that matches a condition
- Get a table column names
- Insert one or multiple records in table
- Update values of records that match a condition
- Lock or unlock tables

Picture of Matthew Boyle
  Performance   Level  
Name: Matthew Boyle <contact>
Classes: 6 packages by
Country: United States United States
Age: ???
All time rank: 1963275 in United States United States
Week rank: 360 Up38 in United States United States Up
Innovation award
Innovation award
Nominee: 3x

  Files folder image Files  
File Role Description
Plain text file dbase.class.php Class Source

 Version Control Unique User Downloads Download Rankings  
 0%
Total:503
This week:0
All time:5,797
This week:455Up
User Ratings User Comments (1)
 All time
Utility:91%StarStarStarStarStar
Consistency:91%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:54%StarStarStar
Rank:2007
 
nice
7 years ago (muabshir)
45%StarStarStar