Home » Questions » orm

orm

Object-Relational Mapping

Object-Relational Mapping (ORM) is a technique for mapping between object-oriented systems and relational databases. This creates, in effect, a “virtual object database” that can be used from within the programming language. There are both free and commercial packages available that perform object-relational mapping.

Resources

NOTE: The content of this tag was originally posted at StackOverflow.com

0 votes
116k views
Is there a good object-relational-mapping library for PHP? I know of PDO/ADO, but they seem to o...
  • Wayne asked 16 years ago
  • last active 12 years ago
Showing 1 result