Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional

Cristian Darie, Mihai Bucica, Emilian Balanescu

  • 出版商: Apress
  • 出版日期: 2006-12-27
  • 售價: $1,860
  • 貴賓價: 9.5$1,767
  • 語言: 英文
  • 頁數: 640
  • 裝訂: Paperback
  • ISBN: 159059648X
  • ISBN-13: 9781590596487
  • 相關分類: PHPPostgreSQLSQL電子商務 E-commerce
  • 海外代購書籍(需單獨結帳)

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

商品描述

The PHP language and PostgreSQL database server have long offered an ideal blend of practicality and power for both the novice and experienced programmer alike. Yet the continued evolution of both technologies makes them better suited to drive enterprise-class applications than ever before. In Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional, noted authors Cristian Darie, Emilian Balanescu, and Mihai Bucica show you how to take advantage of this powerful duo to build an e-commerce web site, guiding you step-by-step through the process of designing and developing the project.

Each chapter is devoted to a specific new feature. You'll learn how to build an online product catalog complete with pagination features, shopping cart, checkout mechanism, product search feature, product recommendations, administrative features, customer accounts, an order-management system, and more. You'll also learn how to process electronic payments by integrating several popular payment services, including PayPal, DataCash, and Authorize.net, and how to integrate the Amazon E-Commerce Service (ECS).

The book promotes good programming practices, including the separation of presentation code, business code, and data access code using a 3-tier architecture. PDO (PHP Data Objects) is used to connect to the database, and PostgreSQL functions are used to store the data logic. The Smarty templating engine is used to create the presentation layer. For a preview of what this book will teach you, take a look at the HatShop shopping cart demo.

Who This Book Is For

Beginning PHP and PostgreSQL E-Commerce: From Novice to Professional is aimed at developers looking for a tutorial approach to building a full e-commerce web site from design to deployment. However, its assumed that you have mastered the basics of PHP and have some experience working with relational databases (preferably PostgreSQL).

商品描述(中文翻譯)

PHP語言和PostgreSQL數據庫服務器長期以來一直為新手和有經驗的程序員提供了實用性和強大性的理想結合。然而,這兩種技術的持續演進使它們比以往更適合用於驅動企業級應用程序。在《從新手到專業人士的PHP和PostgreSQL電子商務入門》一書中,知名作者Cristian Darie、Emilian Balanescu和Mihai Bucica向您展示如何利用這對強大的組合來構建電子商務網站,並逐步引導您設計和開發該項目。

每一章都專注於一個特定的新功能。您將學習如何構建一個包含分頁功能、購物車、結帳機制、產品搜索功能、產品推薦、管理功能、客戶帳戶、訂單管理系統等的在線產品目錄。您還將學習如何通過集成多個流行的支付服務(包括PayPal、DataCash和Authorize.net)來處理電子支付,以及如何集成Amazon電子商務服務(ECS)。

本書提倡良好的編程實踐,包括使用3層架構將演示代碼、業務代碼和數據訪問代碼分離。使用PDO(PHP數據對象)連接到數據庫,並使用PostgreSQL函數存儲數據邏輯。使用Smarty模板引擎創建演示層。要預覽本書將教授的內容,請查看HatShop購物車演示。

這本書適合開發人員,他們希望通過教程方式從設計到部署構建完整的電子商務網站。但是,假設您已經掌握了PHP的基礎知識並具有一些使用關聯數據庫(最好是PostgreSQL)的經驗。