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. |
|