Essential PHP Tools: Modules, Extensions, and Accelerators
暫譯: 必備 PHP 工具:模組、擴展與加速器

David Sklar

  • 出版商: Apress
  • 出版日期: 2004-03-11
  • 售價: $1,450
  • 貴賓價: 9.5$1,378
  • 語言: 英文
  • 頁數: 368
  • 裝訂: Paperback
  • ISBN: 1590592808
  • ISBN-13: 9781590592809
  • 相關分類: PHP
  • 海外代購書籍(需單獨結帳)

買這商品的人也買了...

相關主題

商品描述

This book is an essential guide to some of the best free add-ons to PHP. These add-ons, or tools, provide invaluable functionality for improving your PHP Web applications, including accessing databases, generating robust Web forms, using page templating systems, creating and parsing XML documents, authenticating users, and much more.

In response to the existing shortage of documentation about the tools, Sklar packs this book with details about installing, configuring, and using each tool—along with plenty of examples tailored to PHP 4 and 5.

Sklar also lays out the details of Auth and HTML_QuickForm—two hard working PEAR modules—so you don’t have to code your own authentication system or Web form construction set! Also included are chapters on debugging programs, and increasing Web server speed. In short, you will learn to eliminate inefficiencies in PHP, and enhance performance without any code modification.

Table of contents:

Part One Databases
Chapter 1 Accessing Databases with DB
Chapter 2 Accessing Databases with ADODB
Part Two HTML
Chapter 3 Using HTML_QuickForm for Form Processing
Chapter 4 Templating with Smarty
Part Three XML
Chapter 5 Performing Event-Based XML Parsing with XML Parser
Chapter 6 Developing Lightweight Web Services with XML_RPC
Chapter 7 Developing Heavyweight Web Services with SOAP
Chapter 8 Performing Easier XML Parsing with SimpleXML
Part Four Networking
Chapter 9 Sending Mail
Chapter 10 Working with Authentication, Users, and Passwords
Part Five Debugging, Caching, and Optimizing
Chapter 11 Understanding PHP Internals
Chapter 12 Profiling and Debugging with Xdebug
Chapter 13 Accelerating with Code Caches

商品描述(中文翻譯)

這本書是關於一些最佳免費 PHP 附加元件的必備指南。這些附加元件或工具提供了寶貴的功能,以改善您的 PHP 網頁應用程式,包括訪問資料庫、生成穩健的網頁表單、使用頁面模板系統、創建和解析 XML 文件、用戶身份驗證等等。

針對現有的工具文檔短缺,Sklar 在本書中詳細介紹了每個工具的安裝、配置和使用方法,並提供了大量針對 PHP 4 和 5 的範例。

Sklar 也詳細說明了 Auth 和 HTML_QuickForm 這兩個高效的 PEAR 模組,讓您不必自己編寫身份驗證系統或網頁表單構建集!書中還包括了有關調試程式和提高網頁伺服器速度的章節。簡而言之,您將學會消除 PHP 中的低效率,並在不修改任何代碼的情況下提升性能。

目錄:
第一部分 資料庫
第 1 章 使用 DB 訪問資料庫
第 2 章 使用 ADODB 訪問資料庫
第二部分 HTML
第 3 章 使用 HTML_QuickForm 進行表單處理
第 4 章 使用 Smarty 進行模板化
第三部分 XML
第 5 章 使用 XML Parser 進行事件驅動的 XML 解析
第 6 章 使用 XML_RPC 開發輕量級網頁服務
第 7 章 使用 SOAP 開發重量級網頁服務
第 8 章 使用 SimpleXML 進行更簡單的 XML 解析
第四部分 網路
第 9 章 發送郵件
第 10 章 處理身份驗證、用戶和密碼
第五部分 調試、快取和優化
第 11 章 理解 PHP 內部結構
第 12 章 使用 Xdebug 進行性能分析和調試
第 13 章 使用代碼快取加速