This package can be used to manipulate MySQL database table records as objects.
There is a base class that abstracts basic MySQL database access operations like inserting, selecting, updating and deleting table records.
A sub-class of the base class can store and retrieve table records and perform operations to access the records information as if they are objects, like finding all records or only those that match a given criteria, create or update a given record with values from arrays, and delete a record.
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|