Databases: Database access class
Manuel Lemos (contact me)
Class for interchanging data between databases and forms. It features:
- Inserting a new row into a database table with data from forms.
- Loading form fields from database table row.
- Updating database table rows from form fields.
- Deleting database table rows with criteria defined by values from form field.
- Building list in an array suitable for defining "select" type form fields from specified database table values.
- Database independent support for the data types of fields: TEXT, INTEGER, BOOLEAN, FLOAT, DATE, TIME and TIMESTAMP.
| Utility
| Consistency
| Docs
| Examples
| Tests
| Videos
| Overall
| Rank
|
| Sufficient (75.0%)
| Good (84.4%)
| Sufficient (67.9%)
| -
| -
| -
| Not sure (52.7%)
| 1089 |
Click here for detailed information about this class on phpclasses.org