PHP Classes
elePHPant
Icontem

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    
Last Updated Ratings Unique User Downloads Download Rankings
2018-05-15 (3 months ago) RSS 2.0 feedStarStarStar 54%Total: 478 This week: 2All time: 5,814 This week: 250Up
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

  Performance   Level  
Name: Matthew Boyle <contact>
Classes: 5 packages by
Country: United States United States
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:478
This week:2
All time:5,814
This week:250Up
User Ratings User Comments (1)
 All time
Utility:91%StarStarStarStarStar
Consistency:91%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:54%StarStarStar
Rank:1865
 
nice
1 year ago (muabshir)
45%StarStarStar