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
|
|
| Name: |
Simple MySQL |
| Base name: |
simplemysql |
| Description: |
Execute MySQL queries defined programmatically |
| Version: |
- |
| PHP version: |
3.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
537 users |
| All time rank: |
4727 |
| Week users: |
0 users |
| Week rank: |
2230  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (43.8%) |
Not sure (56.2%) |
- |
- |
- |
- |
Insufficient (27.5%) |
2277 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
db.classes |
Class |
database class |