Lynda com PostgreSQL 9 With PHP Essential Training (PostgreSQL和PHP資料庫管理基礎教學) 英文正式版
軟體簡介:
lynda.com 出品的PostgreSQL和PHP資料庫管理基礎教學,由Bill Weinmann主講。
教學時長4小時45分。
Bill Weinmann展示了如何構建PostgreSQL資料庫,並融入使用PHP的Web應用程式。
課程內容包括創建表的基礎知識,資料類型存儲資料,並與運算式,運算符和字
串工作。課程還探討了PDO和pgsql介面之間的差異,並演示如何在PHP資料庫管理
。練習文件伴隨著課程。
PostgreSQL是自由的物件-關聯資料庫伺服器(資料庫管理系統),在靈活的BSD-
風格許可證下發行。它在其他開放源代碼資料庫系統(比如MySQL和Firebird),
和專有系統比如Oracle、Sybase、IBM的DB2和Microsoft SQL Server之外,為用戶
又提供了一種選擇。PostgreSQL是一個歷史悠久的物件關聯資料庫管理系統,由美
國Great Bridge公司開發的,支持幾乎所有SQL功能,包括subselects、transactions
以及用戶自定義類和功能。
Description
In this course, author Bill Weinman shows how to architect
PostgreSQL databases and integrate them into web applications
using PHP. The course covers the basics of creating tables,
storing data with data types, and working with expressions,
operators, and strings. The course also explores the differences
between the PDO and pgsql interfaces and demonstrates managing a
database in PHP. Exercise files accompany the course.
Topics include:
Installing PostgreSQL
Understanding database architecture
Inserting, updating, and deleting data in a table
Creating a database library
Indexing ID fields
Storing numbers, text, and Boolean values
Reading data
Using casts to force type
Using mathematical functions
Concatenating strings
Working with date and time functions and operators
Defining CRUD
Using PHP to insert, read, update, and delete rows in a database