Login   Register  
PHP Classes
elePHPant
Icontem

Class: Table Data Management

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Sasa Radovanovic  >  Table Data Management  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Table Data Management
Base name: tabledatamanagement
Description: Interface to manipulate data in database tables
Related classes: , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 703 users
All time rank: 3755
Week users: 0 users
Week rank: 2551
Picture of Sasa Radovanovic
Author: Sasa Radovanovic <e-mail contact>
Packages: 1 Browse this author's classes Browse this author's classes
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 35
All time rank: 219665 in The Netherlands The Netherlands
Week rank: 2242 Down61 in The Netherlands The Netherlands Up


  Detailed description  
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

 

  Groups  
Group folder image Databases Database management, accessing and searching View top rated classes

  Rate classes User ratings   Applications   Files Files  

  User ratings  
Not yet rated by the users

  Applications that use this class  
No application links were specified for this class.
Add link image If you know an application of this package, send a message to the author to add a link here.
  Files folder image Files  
File Role Description
Plain text file example1.php Example Example for usage of the main tabledatamanagement methods (load, delete, save and update)
Plain text file MySQLConnection.class.php Class Database class used by the TableDataManagement object to interact with the database
HTML file MySQLConnection.html Doc. MySQLConnection
Plain text file TableColumn.class.php Class Object used for storing columnspecific data into (used by the TableDataManagement object)
HTML file TableColumn.html Doc. TableColumn
Plain text file TableDataManagement.class.php Class Main class for managing (interfacing) access to a specific table
HTML file TableDataManagement.html Doc. Documentation of the TableDataManagement object

Download all files: tabledatamanagement.tar.gz tabledatamanagement.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.