|
|
| Name: |
dbclass with execution query |
| Base name: |
advanced_dbclass |
| Description: |
MySQL database query wrapper |
| Related classes: |
dbclass, database query, exception handling, execution |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
Free For Educational Use |
| All time users: |
561 users |
| All time rank: |
4334 |
| Week users: |
0 users |
| Week rank: |
2364 |
| |
|
This class is a MySQL database query wrapper.
It wraps the execution of SELECT, INSERT, UPDATE and DELETE queries.
The results from SELECT queries are gathered in a single array with values stripped from any slashes.
Return all select query results into arrays or resource objects
Return the last inserted ID
Handle errors (optional Exception handling)
| There are not enough user ratings to display for this class. |
| |
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 |
dbclass.php |
Class |
this class used the create the connection with database and execute the select, update and delete query |