PHP Classes

Classes of Hugo Ferreira da Silva

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Hugo Ferreira da Silva (1)  >  Mission progress status  >  Reputation  
Picture of Hugo Ferreira da Silva
Name: Hugo Ferreira da Silva <contact>
Classes: 1
Country: Brazil Brazil
Age: 41
All time rank: 2899209 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 672
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 Lumine  
Object-relational mapping tool
This package is an object-relational mapping tool combining the styles of two frameworks: Hibernate and PEAR::DB_DataObjects.

It can manage information in objects to be stored and retrieved in relational databases.

It uses XML files to define how tables are mapped to database tables to know how to store and retrieve the mapped objects.

It features:

- It uses DOMIT! XML Parser to process the XML mapping files, so it does not require any PHP XML parser extension.
- It can validate the objects before inserting or updating them in database
- It provides support for relationships one-to-many, many-to-many and many-to-one
- Create your classes and maps by reverse engineering
- Create your databases tables based on your map files
- Currently it supports PostgreSQL and MySQL (InnoDB tables)


  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