This class is a MySQL database access wrapper using the MySQLi extension. It can:
- Establish database connections
- Execute SQL queries to retrieve a single value, a single row or multiple rows in a single array
- Encode query values of different types for use in queries
- Retrieve the identifier in the last inserted record
- Retrieve the number of rows affected by a query
- Compose INSERT, UPDATE and DELETE queries from lists of parameters that define tables, fields, field values and condition clauses
The code and comments are in Spanish.
|
|
| Name: |
MyNP |
| Base name: |
mynp |
| Description: |
MySQL database access wrapper using MySQLi |
| Version: |
1 |
| PHP version: |
5.2 |
| License: |
Free for non-commercial use |
| All time users: |
212 users |
| All time rank: |
6621 |
| Week users: |
1 user |
| Week rank: |
2020  |
| |
|
| 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 |
MyNP.php |
Class |
Main class |