Databases: Simple MySQL
behnam ahmad khan beigi (contact me)
This class can be used to execute MySQL queries defined programmatically.
It can compose and execute MySQL queries to perform the four basic SQL operations:
- Select or count the rows of a table given the columns to be retrieved, the where clause and optionally a limited range of result rows to retrieve
- Insert a row in a table given the field values
- Delete rows from a table given the where clause
- Update rows of a table given the where clause and the column rows to update
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Not sure (43.8%)
| Not sure (56.3%)
| -
| -
| -
| -
| Insufficient (27.5%)
| 1846 |
Click here for detailed information about this class on phpclasses.org