Last Updated | | Ratings | | Unique User Downloads | | Download Rankings |
2017-06-11 (20 hours ago) | | Not enough user ratings | | Total: 195 This week: 21 | | All time: 7,990 This week: 54 |
|
Description | | Author |
This class can execute common SQL queries to a MySQL database.
It can connect to a MySQL database and execute arbitrary queries or queries composed programatically from parameter values.
Currently it can execute SELECT queries to a given table, INSERT queries from a list of fields and values, and UPDATE or DELETE queries to table records matching a condition. | |
|
Details
db_manager
This class can query MySQL databases using SQL.
It can establish a connection to a MySQL server and execute SQL queries to the database tables.
The class can execute SQL SELECT, INSERT, UPDATE and DELETE queries from parameters that specify the tables, the fields and its values.
You can give parameter as a string or array.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.