This package is a MySQL database access wrapper with data manipulation functions.
There is one base class that can establish MySQL database connections, sanitize values to use in SQL queries, execute SQL queries, retrieve SELECT query results into arrays, execute SQL INSERT queries and retrieve the last inserted identifier.
There is also a sub-class that can retrieve the list of fields of a table, compose and execute an SQL SELECT, INSERT, UPDATE and DELETE queries from a list of parameters.
|
Name: |
MySQL DB Class and Data Manipulation Class |
Base name: |
mysqldbclass |
Description: |
MySQL wrapper with data manipulation functions |
Version: |
1.0.0 |
PHP version: |
5 |
License: |
Freely Distributable |
|
|
|
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.
|
Files |
|
File |
Role |
Description |
config.php |
Conf. |
DB info configuration file |