This class is a MySQL database access wrapper that can execute common SQL queries.
It can:
- Establish connections to a MySQL host and access a given database
- Execute INSERT or UPDATE SQL queries to a given table and a list of fields
- Get the last inserted identifier value
- Execute arbitrary SQL queries
- Retrieve the total number rows and result set data
- Build an SQL search condition on a specific field using the LIKE operator
- Format dates on the ISO format used by MySQL YYYY-MM-DD hh:ii:ss
|
|
| Name: |
SQL Handling Functions |
| Base name: |
sqlfunctions |
| Description: |
Execute common MySQL database SQL queries |
| Version: |
- |
| PHP version: |
4.0 |
| License: |
Freely Distributable |
| All time users: |
628 users |
| All time rank: |
4332 |
| Week users: |
0 users |
| Week rank: |
2056  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Packages that need 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 |
sql.cls.php |
Class |
SQL Function Class |