PHP Classes

MySQL-class: MySQL database access wrapper

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStar 35%Total: 2,004 All time: 1,963 This week: 488Up
Version License PHP version Categories
easy-mysql-class 1.0GNU General Publi...4.0Databases
Description 

Author

This class is a MySQL database access wrapper. It can:

- Establish connections to a MySQL server to access a given database
- Executing MySQL queries taking note of the time they took to execute
- Fetch query results into arrays
- Retrieve data from a table with support for limiting the range of retrieved rows and the column by which the data is sorted
- Retrieve a specific row of a table that matches a given condition
- Count the number of rows of a table that match a given condition
- Increment the value of a field of a table row that matches a given condition
- Update the values of table rows from data passed in arrays
- Insert a new table record from data passed in arrays
- Delete table rows that match a given condition
- Retrieve information of the fields of a given table
- Retrieve the highest value of a table field

Picture of solomongaby
Name: solomongaby <contact>
Classes: 10 packages by
Country: Romania Romania
Innovation award
Innovation award
Nominee: 1x

  Files folder image Files (2)  
File Role Description
Accessible without login Plain text file example.txt Example examples of use
Plain text file mysql-class.php Class main class file

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 Reuses Unique User Downloads Download Rankings  
 0%2
Total:2,004
This week:0
All time:1,963
This week:488Up
 User Ratings  
 
 All time
Utility:50%StarStarStar
Consistency:50%StarStarStar
Documentation:-
Examples:50%StarStarStar
Tests:-
Videos:-
Overall:35%StarStar
Rank:4162