Skip to content
This repository has been archived by the owner on Jun 14, 2019. It is now read-only.

vuon9/codeigniter-couchbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Couchbase library for CodeIgniter

A library to help developer works with Couchbase faster (save time to make the same thing).

Compatible

  • Couchbase version 1.1.2

How to run?

  1. Copy sub-folders to application of CodeIgniter project
  2. Run demo in controller file (cb_test.php)

Available methods

  • set
  • get
  • update_multiple
  • replace
  • delete
  • __construct # to initialize config
  • get_instance

If you have any question or issue, please add it to project, I will update when I available.