This class wraps common MySQL database table SQL queries. It can:
- Perform SELECT queries and retrieve a single value, a single row into an array and all rows into a multidimensional array.
- Insert or update rows from a list of fields and values
- Delete table rows that satisfy a condition
- Count records in a given table
- Check if a table record exists with a given field value
- Perform a database search
- Return a certain number of rows of result from database, etc.
|
|
| Name: |
Sam MySQL Database Class |
| Base name: |
sammysql |
| Description: |
Wrap common MySQL database table SQL queries |
| Version: |
2.0 |
| PHP version: |
4.0 |
| Licenses: |
Freely Distributable
GNU Lesser General Public License (LGPL) |
| All time users: |
892 users |
| All time rank: |
3471 |
| Week users: |
0 users |
| Week rank: |
2277  |
| |
|
| There are not enough user ratings to display for this class. |
| |
Packages that need this class |
|
|
| Class |
Dependency |
Why it is needed |
| Sam Pagination Class |
Required |
For fetching of records from MySQL database |
| |
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 |
|
|