Easy Oracle PHP: Create Dynamic Web Pages with Oracle Data

Mladen Gogala

  • 出版商: Rampant Tech Press
  • 出版日期: 2014-05-26
  • 售價: $1,270
  • 貴賓價: 9.5$1,207
  • 語言: 英文
  • 頁數: 350
  • 裝訂: Paperback
  • ISBN: 0976157306
  • ISBN-13: 9780976157304
  • 相關分類: OraclePHP
  • 海外代購書籍(需單獨結帳)

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

商品描述

Description

This unique book focuses on removing the guesswork from creating dynamic web pages with Oracle content. 

Packed with working code examples, this book shows working examples of connecting to Oracle and delivering data into an HTML page.

This indispensable reference shows working examples of complex Oracle queries in PHP, updating Oracle from PHP, and passing parameters to a PHP program.

 

Table of Contents

All examples are elaborated in detail and compared with the other techniques and tools introduced in the book.

Chapter 1 - Overview of PHP

Introduction to PHP

Data Types

Statements

Functions

Using HTML tidy for formatting purposes.
 

Chapter 2 PHP5 Object Model

Classes, members and methods

Inheritance and interfaces

Exceptions

 

Chapter 3 - Using PHP OCI8 library for accessing Oracle Databases 

Connecting to Oracle database.

Executing SQL statements

Using  prepare and bind

Using  LOB and REF cursors with OCI8 module.
 

Chapter 4 - Accessing Oracle with PEAR
Connecting to Oracle database using PEAR

Executing SQL statements with PEAR

Using  prepare and bind

 

Chapter 5 -   Accessing Oracle with ADOdb

Connecting to Oracle database.

Executing SQL statements

Using  prepare and bind

Using  LOB and  REF cursors with ADOdb
 

Chapter 6 – Open Source Software using Oracle and PHP

This chapter describes Tim Strehle's  OracleEditor  PHP script.

 

Chapter 7 -  DBA Little Helper

This  chapter describes an open source DBA utility, written by the author using PHP and Oracle.
 

Chapter 8 – Installing PHP, PEAR and ADOdb

Installing on Linux
Installing on Windows

商品描述(中文翻譯)

描述

這本獨特的書籍專注於消除使用Oracle內容創建動態網頁時的猜測工作。書中充滿了實際的程式碼範例,展示了連接到Oracle並將數據傳遞到HTML頁面的工作範例。這本不可或缺的參考書展示了在PHP中使用複雜的Oracle查詢的工作範例,以及從PHP更新Oracle和將參數傳遞給PHP程序的方法。

目錄

所有範例都有詳細的說明,並與書中介紹的其他技術和工具進行比較。

第1章 - PHP概述
- PHP介紹
- 數據類型
- 陳述
- 函數
- 使用HTML tidy進行格式化

第2章 - PHP5物件模型
- 類、成員和方法
- 繼承和接口
- 异常