我设法使用 Alex Bilbie 库在 Codeigniter 上运行 MongoDB。操作进展顺利(连接、查询等),但有时我会收到这些 PHP 通知:
Message: Mongo::__construct() [mongo.--construct]: localhost:27017: pool get (0x4bfab20)
Filename: libraries/Mongo_db.php
Line Number: 1274
A PHP Error was encountered
Severity: Notice
Message: Mongo::__construct() [mongo.--construct]: localhost:27017: found in pool (0x4bfab20)
Filename: libraries/Mongo_db.php
有没有办法摆脱这些?或者可能隐藏它们......因为它们似乎并没有以另一种方式弄乱我的页面,而不是飞溅到用户的屏幕上。
编辑
不过,在几页上,我使用了 JQgrid,当错误出现时,它们会弄乱我的 HTTP 响应并呈现一些混乱的数据。