Databases: Simple MySQL DB Class
Eric Sizemore (contact me)
This class is a MySQL database access wrapper. It can:
- Connect to a MySQL server
- Execute SQL queries and retrieve single value results or return result rows into arrays
- Return the last inserted table row identifier, the number of result rows and the number of affected rows
- Count the number of executed queries
- Lock and unlock tables
- Escape text literal values or like patterns
- Retrieve database access errors
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Sufficient (66.7%)
| Not sure (50.0%)
| Sufficient (66.7%)
| -
| -
| Not sure (55.8%)
| 899 |
Click here for detailed information about this class on phpclasses.org
Example
Various usage examples