PHP Classes

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

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2025-03-31 (Yesterday) RSS 2.0 feedStarStarStar 54%Total: 503 All time: 5,803 This week: 455Up
Version License PHP version Categories
simple-mysql-dbase 1.0.12MIT/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
Innovation award
Innovation award
Nominee: 3x

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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:503
This week:0
All time:5,803
This week:455Up
User Ratings User Comments (1)
 All time
Utility:91%StarStarStarStarStar
Consistency:91%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:54%StarStarStar
Rank:2038
 
nice
8 years ago (muabshir)
45%StarStarStar