This class can be used to manipulate MySQL table records as objects.
It can retrieve a record of a given MySQL table when the object is created.
Assigning values to the object variables that have the same name of any of the table fields makes the table record be updated automatically with the new value when the update function is called or the object is destroyed.
The class can prevent that certain record fields be changed with the method above.
| Not yet rated by the users |
| |
Applications that use 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.
| |
Files |
|
|
| File |
Role |
Description |
Class.Object |
Class |
Source Code |
Test |
Example |
Test and examples |