摘要:
一,安装mongodb,php扩展?1[root@localhost ~]# yum install php-pecl-mongo mongodb mongodb-devel mongodb-server php扩展,mongodb服务端,mongodb客户就装好了。二,配置/etc/mongodb... 阅读全文
摘要:
<!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name=" 阅读全文
摘要:
php操作mongodb手册地址: http://php.net/manual/zh/class.mongocollection.php 阅读全文
摘要:
selectDb("test_db"); * 创建索引 * $mongo->ensureIndex("test_table", array("id"=>1), array('unique'=>true)); * 获取表的记录 * $mongo->count("test_table")... 阅读全文
摘要:
PHP 扩展mongon.mod.dll 下载http://cn.php.net/manual/en/mongo.installation.php#mongo.installation.windows然后php.ini添加 extension=php_mongo.dll最后phpinfo() 查找到... 阅读全文
摘要:
下载:[root@infa mongodb_file]# wget http://fastdl.mongodb.org/linux/mongodb-linux-i686-1.8.2.tgz解压:[root@infa mongodb_file]# tar zxvf mongodb-linux-i686... 阅读全文