2008
Optimisation des performances de PHP sous Oracle et OCI8 : Ergonomie, Rails et Architecture de l'information web (2.0)
by nhoizeyexcellente présentation faite par Oracle traitant de l’optimisation des performances de PHP dans un environnement base de données Oracle avec le driver OCI8
2007
PHP: Fonctions Informix (PDO_INFORMIX) - Manual
by kasi77PDO_INFORMIX est un pilote qui implémente l'interface de PHP Data Objects (PDO) pour autoriser l'accès à PHP aux bases de données Informix.
2006
2005
Introduction to PHP 5 PDO - SitePoint PHP Blog
by nhoizey (via)Although there are already some PHP database abstraction classes available, the advantage of PDO is that it will be available in any PHP installation (so long as it is enabled) at runtime, without any need for recompiling. In addition, since it has been written from scratch specifically for PHP 5, it has a high level of performance. And if you are like me and often only want the key features, then PDO provides all the essential functions you need to connect to different databases. If you need the "full works", then the PEAR MDB2 package can handle that.
1
(4 marks)