Tag Archive


datamapper php

Datamapper pattern in PHP

The object-relational gap is a general problem in every OO programming language. Since PHP joined the OO club a while ago this problem also came along with it. What I mean by object relational gap is the difference between a row in a relational database and an object in an OO language. Even though they [… Read More]