Login   Register  
PHP Classes
elePHPant
Icontem

MySQL Table Abstraction Class

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Nic Stevens  >  MySQL Table Abstraction Class  >  Download .tar.gz .zip  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: MySQL Table Abstraction Class
Base name: mtac
Description: Wrap the access to MySQL database table rows
Related classes: , , ,
Version: -
PHP version: -
License: GNU General Public License (GPL)
All time users: 767 users
All time rank: 3624
Week users: 0 users
Week rank: 2358
 

  Author  
Picture of Nic Stevens
Name: Nic Stevens <e-mail contact>
Packages: 2 Browse all classes by Nic Stevens Browse all classes by
Country: United States United States - PHP jobs in United States
Age: 46
All time rank: 51563 in United States United States
Week rank: 817 Down80 in United States United States Down


  Detailed description  
This class can be used to wrap the access to individual MySQL database table rows in class objects.

Each object of the class stores the values of the fields of a given row of a given table.

The class provides means to store and retrieve the values of the row fields in the specified table.

It can retrieve the row values given the value of a field named 'id' or named 'name'. The field values are stored in class variable that is an associative array.

Then the class can also store the eventually modified table fields values. If the id field value is set to 0, the class inserts a new table record.

  Groups   Rate classes User ratings   Applications   Related links   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Databases Database management, accessing and searching View top rated classes


  User ratings  
There are not enough user ratings to display for this class.

  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.

  Related links  
Link Description
GPL GNU Public License

  Files folder image Files  
File Role Description
Plain text file mtac.php Class MySQL Table Abstraction Class
Plain text file README Doc. Details on MTAC
Plain text file test.php Example MTAC Test
Plain text file test.sql Data Test database tested against

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