Book Review: Learning PHP Data Objects
by draicone |
2 comments | Thursday, December 27, 2007
Learning PHP Data Objects is an introduction to the new PDO data abstraction system included in PHP5. PDO is widely accepted as an effective option for database access while keeping in line with best practices. In Learning PHP Data Objects, the author Dennis Popel examines this new system and explains how to begin using PDO in development as a replacement for typical database drivers. The book is an excellent introduction to the data abstraction layer and also provides essential insight into the inner workings of database interaction with PHP.
Tutorial : Using Zend Framework Without PDO
by david_coallier |
12 comments | Friday, January 12, 2007
This is a very quick tutorial on how to allow developers to develop using the Zend Framework without having to or being able to install PDO on their servers.
U2 PDO Driver parts 1 and 2
by Cal Evans (editor) |
0 comments | Friday, January 5, 2007
