Categories


Loading feed
Loading feed
Loading feed

Book Review: Learning PHP Data Objects

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

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

IBM’s developerWorks has posted part two of their two-part tutorial on PDO and U2. Click on inside, I’ll give you the URLs and a quick overview.