PHP Classes

Packages of Kevin Cadman

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Kevin Cadman (2)  >  Mission progress status  >  Reputation  
Picture of Kevin Cadman
Name: Kevin Cadman <contact>
Classes: 2
Country: South Africa South Africa
Age: 42
All time rank: 3594 in South Africa South Africa
Week rank: 195 Up1 in South Africa South Africa Up
All time users: 7505
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Authentication  
A session and cookie based authentication class
A simple class, used for implementation of an usual member and administration pages.

It uses sessions and cookies if desired. It requires the PEAR DB library and Smarty template system.

  Files folder image Data Workings  
Access database table records as objects
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.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z