Thursday, 2008 Dec 04, 04:21:00
Welcome Guest | RSS
Search
Main Page | Register | Log in
Latest SOFTWARE
Login form
Login:
Password:
Site menu

News topics
System SW [69]
HardWare SW [20]
Security SW [33]
Business&Optimization [4]
Graphic&Photo SW [1]
WebMaster SW [38]
Palm OS SW [12]
Internet SW [45]
Audio/Video SW [75]
eBooks [20]
Magazines [16]

News calendar
«  January 2008  »
SuMoTuWeThFrSa
  12345
6789101112
13141516171819
20212223242526
2728293031

Site friends
Rambler's Top100

Main » 2008 » January » 25 » Learning PHP Data Objects
Learning PHP Data Objects
19:12:23

This book is for PHP developers who need to use PHP Data Objects (PDO) for data abstraction. Covering an overview of PDO, getting started, error handling, prepared statements, handling rowsets, advanced uses, and use in an MVC application, it first describes the topic, then gives step-by-step instructions for a particular example. A final appendix covers the object-oriented features of PHP 5. Readers should be familiar with PHP and aware of the basics of data abstraction.
[cut]
Lighter, faster, more powerful than existing data abstraction interfaces, PDO is an open-source query abstraction layer for accessing databases and manipulating returned records that is used with a database-specific PDO driver to access a particular database. It has the same role as classic database abstraction layers such as ODBC and JDBC. PDO ships with PHP 5.1, and is available as a PECL extension for PHP 5.0; PDO requires the new OO features in the core of PHP 5, and so will not run with earlier versions of PHP.

Download from DepositFiles

Category: eBooks | Views: 56 | Added by: DimiTR | Rating: 0.0/0 |
Total comments: 0
Name *:
Email:
WWW:
Code *:

Copyright CoderBook © 2008