This class can be used to wrap the access to individual MySQL database table rows in class objects.
Each object of the class stores the values of the fields of a given row of a given table.
The class provides means to store and retrieve the values of the row fields in the specified table.
It can retrieve the row values given the value of a field named 'id' or named 'name'. The field values are stored in class variable that is an associative array.
Then the class can also store the eventually modified table fields values. If the id field value is set to 0, the class inserts a new table record.
| There are not enough user ratings to display for 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.
| Link |
Description |
| GPL |
GNU Public License |
| File |
Role |
Description |
mtac.php |
Class |
MySQL Table Abstraction Class |
README |
Doc. |
Details on MTAC |
test.php |
Example |
MTAC Test |
test.sql |
Data |
Test database tested against |