Skip to content
rckcode edited this page Aug 7, 2014 · 1 revision

Object-relational mapping (ORM, O/RM, and O/R mapping) in computer software is a programming technique for converting data between incompatible type systems in object-oriented programming languages. This creates, in effect, a "virtual object database" that can be used from within the programming language.

So, we have created Pipernate PHP ORM Framework. You can use a lot of operations with CriteriaAPI or run native sql scripts.

Clone this wiki locally