コード例 #1
0
ファイル: View.php プロジェクト: heweida/php-couchbase-v2
 /**
  * Constructor, fake ddoc and view names
  */
 function __construct()
 {
     parent::__construct("_builtin", "_all_docs");
 }