PHP Classes

Classes of Sean Campbell

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Sean Campbell (1)  >  Mission progress status  >  Reputation  
Picture of Sean Campbell
Name: Sean Campbell <contact>
Classes: 1
Country: Canada Canada
Age: 50
All time rank: 218151 in Canada Canada
Week rank: 195 Up5 in Canada Canada Up
All time users: 1153
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 AnonORM  
Retrieve and store objects in relational databases
This package can be used to retrieve and store objects in SQL database tables. It works by performing what is called object-relational mapping (ORM).

This package can create generic objects which can be accessed and changed like any other Plain Old PHP Object (POPO).

It loads an object by executing an SQL query that returns the values of the object variables. An object is saved by specifying the table where the object variables should be stored.

It provides a unit test case class to test its functionality using the SimpleTest framework.

It does not require extensive configuration via XML files. It just requires ADODB to access SQL databases, and SimpleTest unit tests.


  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