Databases: dbX Data Dictionaries
Armin Braun (contact me)
This class can be used to manage data in a MySQL database table. It can:
- Add or change table fields
- Retrieve, update or delete one table record that matches a given condition
- Retrieve a range of multiple records that match a given condition, sorted by a given field
- Count the number records that match a given condition
- Display the results of a query in tables split between pages with navigation links to browse listing pages
-
Click here for detailed information about this class on phpclasses.org