2010
2008
2007
Comparatif des performances des ORM PHP - jy[B]log
by dzc & 2 others (via)ORM - Object Relationnal Mapper : outils permettant de manipuler les données d'une base au travers d'objets qui représentent généralement des enregistrements de tables. Ils évitent de ne pas utiliser du SQL, et facilite donc la séléction, l'enregistrement ou la déstruction des données.
Propel - Trac
by parmentierf & 7 othersPropel is an Object Relational Mapping (ORM) framework for PHP5. It allows you to access your database using a set of objects, providing a simple API for storing and retrieving data.
2006
Zend Developer Zone | An introduction to Service Data Objects for PHP
by dzc & 1 otherSERVICE DATA OBJECTS
PDO_User and the effects of Slide Driven Development - Sara Golemon
by GanfDévelopper son propre driver PDO en PHP
2005
Zend Technologies - PECL Tutorials - Introducing Service Data Objects for PHP
by nhoizey (via)Service Data Objects (SDOs) have been around in the Java technology world since November 2003. They are designed as a means of simplifying and unifying working with heterogeneous data sources. In February 2005, IBM and Zend announced a strategic partnership to collaborate on the development and support of the PHP environment. One aspect of this collaboration has been the definition and implementation of SDOs for PHP. This article gives an overview of SDOs and the motivations for using them in the PHP environment. A simple contact management scenario is used to illustrate key concepts.
1
(12 marks)