Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Learning PHP Data Objects (Repost)

Posted By: step778
Learning PHP Data Objects (Repost)

Dennis Popel, "Learning PHP Data Objects: A Beginner's Guide to PHP Data Objects, Database Connection Abstraction Library for PHP 5"
2007 | pages: 189 | ISBN: 1847192661 | PDF | 3,2 mb

This book starts with an overview of PHP Data Objects (PDO), followed by getting started with PDO. Then it covers error handling, prepared statements, and handling rowsets, before covering advanced uses of PDO and an example of its use in an MVC application. Finally an appendix covers the new object-oriented features of PHP 5. This book will guide you through the data layer abstraction objects in PHP. PHP developers who need to use PDO for data abstraction.

My Links