Essays about: "Michelle Sanver"

Found 1 essay containing the words Michelle Sanver.

  1. 1. 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. READ MORE