摘要: 一,安装mongodb,php扩展?1[root@localhost ~]# yum install php-pecl-mongo mongodb mongodb-devel mongodb-server php扩展,mongodb服务端,mongodb客户就装好了。二,配置/etc/mongodb... 阅读全文
posted @ 2015-07-01 14:30 咫尺灵犀 阅读(717) 评论(0) 推荐(0) 编辑
摘要: <!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name=" 阅读全文
posted @ 2015-07-01 10:34 咫尺灵犀 阅读(2507) 评论(0) 推荐(0) 编辑
摘要: php操作mongodb手册地址: http://php.net/manual/zh/class.mongocollection.php 阅读全文
posted @ 2015-07-01 10:32 咫尺灵犀 阅读(204) 评论(0) 推荐(0) 编辑
摘要: selectDb("test_db"); * 创建索引 * $mongo->ensureIndex("test_table", array("id"=>1), array('unique'=>true)); * 获取表的记录 * $mongo->count("test_table")... 阅读全文
posted @ 2015-07-01 10:30 咫尺灵犀 阅读(229) 评论(0) 推荐(0) 编辑
摘要: PHP 扩展mongon.mod.dll 下载http://cn.php.net/manual/en/mongo.installation.php#mongo.installation.windows然后php.ini添加 extension=php_mongo.dll最后phpinfo() 查找到... 阅读全文
posted @ 2015-07-01 10:29 咫尺灵犀 阅读(395) 评论(0) 推荐(0) 编辑
摘要: 下载:[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... 阅读全文
posted @ 2015-07-01 10:28 咫尺灵犀 阅读(139) 评论(0) 推荐(0) 编辑