PHP Classes

AnonORM: Retrieve and store objects in relational databases

Recommend this page to a friend!
  Info   View files View files (3)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 1,153 This week: 1All time: 3,279 This week: 560Up
Version License Categories
anonorm 1.0Custom (specified...PHP 5, Databases
Description 

Author

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.

Picture of Sean Campbell
Name: Sean Campbell <contact>
Classes: 1 package by
Country: Canada Canada
Age: 49
All time rank: 217751 in Canada Canada
Week rank: 416 Up11 in Canada Canada Up

  Files folder image Files  
File Role Description
Plain text file AnonORM.class.php Class AnonORM source code
Accessible without login Plain text file AnonORM.php Test AnonORM test & example script
Accessible without login Plain text file COPYING Lic. License File

 Version Control Unique User Downloads Download Rankings  
 0%
Total:1,153
This week:1
All time:3,279
This week:560Up