Login   Register  
PHP Classes
elePHPant
Icontem

Class: Data Workings

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Kevin Cadman  >  Data Workings  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: Data Workings
Base name: dataw
Description: Access database table records as objects
Version: -
PHP version: -
License: The PHP License
All time users: 396 users
All time rank: 5025
Week users: 0 users
Week rank: 2435
Picture of Kevin Cadman
Author: Kevin Cadman <e-mail contact>
Packages: 2 Browse this author's classes Browse this author's classes
Country: South Africa South Africa - PHP jobs in South Africa
Age: 28
All time rank: 3194 in South Africa South Africa
Week rank: 994 Down9 in South Africa South Africa Down


  Detailed description  
This class can be used to access records of an SQL database table as objects.

It can access a SQL database table and retrieve its list columns so it can determine which fields need to be retrieved and stored to map record information to object variables and vice-versa.

It can insert new table records from values set to the respective object variables.

It can also retrieve or delete table records given the primary key value, assuming that the table only has one primary key field.

A changed object may also be saved back to the respective table record.

The class can also execute queries that retrieve multiple records. The queries may be sorted by given field. The range of records returned by the query may also be limited to a given range.

The class supports multiple databases relying on PEAR DB package.

 

  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 dataclass.inc Class DataObject Class
Plain text file examples.php Example Example Usage
Plain text file system.inc Conf. System Configuration and Database Connection
Plain text file README Doc. Information

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