Search:

Search all manuals
Search this manual
Manual
Couchbase Client Library: PHP 1.0
Community Wiki and Resources
Wiki: PHP Client Library
PHP Client Library
SDK Forum
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Couchbase Client Library: PHP 1.0
Child Sections
Chapters

Chapter 2. Tutorial

Table of Contents

2.1. Prerequisites
2.2. Example Application: WebChat
2.3. Database design
2.4. Workflow
2.5. Project Directory Structure
2.6. Supporting PHP files

This tutorial will guide you through development of an application using PHP and Couchbase.

SQL databases and key-value stores such as Couchbase are general solutions to the web development problem of maintaining applications state across multiple systems and over time; as such they are similar, but there are many important differences. Most PHP developers are familiar with SQL databases, so the emphasis on the Couchbase implementation will be on how it differs from using SQL.