Login   Register  
PHP Classes
elePHPant
Icontem

Table Data Management

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us

  Author  
Picture of Sasa Radovanovic
Name: Sasa Radovanovic <e-mail contact>
Packages: 1 Browse all classes by Sasa Radovanovic Browse all classes by
Country: The Netherlands The Netherlands - PHP jobs in The Netherlands
Age: 36
All time rank: 233968 in The Netherlands The Netherlands
Week rank: 1414 Up35 in The Netherlands The Netherlands Up


  Detailed description   Download .zip .tar.gz  
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

  Classes of Sasa Radovanovic  >  Table Data Management  >  Download .zip .tar.gz  >  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
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 Up
 
  Groups   Rate classes User ratings   Applications   Files Files  

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


  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
Accessible without login 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
Accessible without login 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)
Accessible without login HTML file TableColumn.html Doc. TableColumn
Plain text file TableDataManagement.class.php Class Main class for managing (interfacing) access to a specific table
Accessible without login 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.