The TableDataManagement class is used as an interface to manipulate data in rows of an SQL database table.
Each object of the class can access individual rows of a given table.
How does it work?
On initalization of a class object it obtains information about the table it is interfacing.
After the initialization the class knows:
- what primary keys are defined
- what are the types of the table columns
After the object has been initialized the user can than either load the object with a specific record, or save a new record into the table.
Benefits
- select, update, save, delete records without having to write specific SQL queries
- Keep code clean by passing all needed data trough to the class object and calling the specific methods
|
|
| Name: |
Table Data Management |
| Base name: |
tabledatamanagement |
| Description: |
Interface to manipulate data in database tables |
| Version: |
- |
| PHP version: |
- |
| License: |
GNU General Public License (GPL) |
| All time users: |
733 users |
| All time rank: |
3942 |
| Week users: |
1 user |
| Week rank: |
2036  |
| |
|
| 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 |
|
|