Object Relational Mapping in PHP5

University essay from Institutionen för datavetenskap, fysik och matematik, DFM

Author: Michelle Sanver; [2011]

Keywords: ORM; PHP5; MySQL; Doctrine2;

Abstract: Using an object relational mapper, ORM, is a good idea if you have an object relational code base and are following standards. By using an ORM you get a separation between actual objects and data persistence. This also makes it possible for the programmer to fully focus on the application without knowing much about how the database itself works.  However, this doesn’t come without drawbacks. Depending what ORM you use and how you use it, it may sacrifice performance.  The research in this thesis shows that using an ORM in a very small application does not sacrifice performance.

  AT THIS PAGE YOU CAN DOWNLOAD THE WHOLE ESSAY. (follow the link to the next page)