Search:

Search all manuals
Search this manual
Manual
Learning Membase and PHP
Additional Resources
Community Wiki
Community Forums
Couchbase SDKs
Parent Section
Learning Membase and PHP
Chapter Sections
Chapters

2. Example Application: WebChat

The demonstration application provides a means of chatting over the web: WebChat. It's a rudimentary implementation with various features specifically designed to demonstrate the PHP/Membase interface as implemented by the Memcached PHP library. It allows user registration, login, logout as well as adding chat messages, viewing them and deleting them. To do this it uses add, increment, delete and append Memcached key manipulation methods.