Learning PHP Data Objects
暫譯: 學習 PHP 資料物件

Dennis Popel

  • 出版商: Packt Publishing
  • 出版日期: 2007-08-01
  • 售價: $1,840
  • 貴賓價: 9.5$1,748
  • 語言: 英文
  • 頁數: 188
  • 裝訂: Paperback
  • ISBN: 1847192661
  • ISBN-13: 9781847192660
  • 相關分類: PHP
  • 海外代購書籍(需單獨結帳)

相關主題

商品描述

Description


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. 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.

商品描述(中文翻譯)

描述

本書是為需要使用 PHP 資料物件 (PDO) 進行資料抽象的 PHP 開發者而寫。內容涵蓋 PDO 的概述、入門、錯誤處理、預備語句、處理行集、高級用法以及在 MVC 應用中的使用,首先描述主題,然後提供特定範例的逐步指導。最後的附錄涵蓋 PHP 5 的物件導向特性。讀者應該熟悉 PHP 並了解資料抽象的基本概念。PDO 比現有的資料抽象介面更輕、更快、更強大,是一個開源的查詢抽象層,用於訪問資料庫和操作返回的記錄,並與特定資料庫的 PDO 驅動程式一起使用以訪問特定資料庫。它的角色與經典的資料庫抽象層如 ODBC 和 JDBC 相同。PDO 隨 PHP 5.1 一起發佈,並作為 PHP 5.0 的 PECL 擴展可用;PDO 需要 PHP 5 核心中的新物件導向特性,因此無法在早期版本的 PHP 上運行。