1. mongodb的where中有比較丰富的 条件。例如以下: static $builders = [ 'NOT' => 'buildNotCondition', 'AND' => 'buildAndCondition', 'OR' => 'buildOrCondition', 'BETWEEN ...
分类:
数据库 时间:
2017-07-13 13:33:28
阅读次数:
302
前几天mac下brew升级了所有软件,之前安装的好多php扩展都得重新安装下。在安装mongdb扩展的时候,执行phpize报如下错误: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/us ...
分类:
数据库 时间:
2017-07-06 18:43:07
阅读次数:
979
1. mongodb的where中有比较丰富的 条件,如下: 但是没有大于和小于等,因此我们需要加入大于,大于等于, 小于,小于等于 加入函数部分为: 在vendor/yiisoft/yii2-mongodb/collection.php 加入函数: buildCondition函数里面加入下面的部 ...
分类:
数据库 时间:
2017-06-21 11:35:58
阅读次数:
253
今天上午找资料,发现了mongodb,闲来无事就研究了下,本人用的是phpstudy集成包添加mongodb扩展。 1.添加mongo、mongodb扩展 phpstudy集成环境一般用的是32位php,去官网下载32位的mongo、mongodb扩展 mongo:http://pecl.php.n ...
分类:
数据库 时间:
2017-06-13 00:11:36
阅读次数:
231
安装环境 系统环境:Windows 10 64位 Apache版本:2.4.9 PHP版本:5.5.12 MongoDB版本:3.2.6 Wamp版本:wamp 2.5 86位 安装步骤 一、确定php的compiler和确定php是否是线程安全版本 通过查看phpinfo()可以确定,wamp下点 ...
分类:
数据库 时间:
2017-05-31 12:06:35
阅读次数:
205
打开phpinfo() 看php版本是ts还是nts, 如上是ts版本的,所以需要安装mongodb的ts版本, mongodb的扩展下载地址 https://pecl.php.net/package/mongodb,根据自己的选择,选择对应的扩展, 下载好扩展后,把php_mongodb.dll ...
分类:
数据库 时间:
2017-05-02 13:45:29
阅读次数:
200
http://www.thegeekstuff.com/2015/10/php-mongodb-for-xampp见这文章,写的很详细。1、打开PHPINFO界面查看PHP版本,编译器版本,还有架构,线程安全。2、然后去官网下载对应的dll文件。3、复制到xampp/php/ext文件夹下4、到xampp/php/php.in下加上extension=刚添加的dll文件5..
分类:
数据库 时间:
2017-04-28 12:08:11
阅读次数:
263
1.安装MongoDB. 下载mongodb-win32-i386-2.0.0.zip文件(地址:http://downloads.mongodb.org/win32/mongodb-win32-i386-2.0.0.zip), 将其解压至D:\xampp\mongodb目录中.创建D:\xampp ...
分类:
数据库 时间:
2017-04-26 21:37:59
阅读次数:
237
环境172.16.115.202primary172.16.111.171secondary172.16.115.157secondary一、MongoDB安装1.yum下载安装mongodb扩展源http://repo.mongodb.org/yum/redhat/mongodb-org-3.0.repomongodb-org-3.0.7-1.el6.x86_64.rpm#元数据包,它可以实现自动安装下面的4个组件包mongodb-org-..
分类:
数据库 时间:
2017-03-07 23:16:29
阅读次数:
341
centos5.6 32bit php 5.2.17 php安装路径 /usr/local/php phpize路径 /usr/bin php-config路径 /usr/bin php.ini路径 /etc/ 1.首先下载php的mongodb扩展 从http://pecl.php.net/pac ...
分类:
数据库 时间:
2016-12-16 16:57:32
阅读次数:
187