清风徐来
Michael's Blog
CodeIgniter MongoDB Library

它能使你的应用在操作MongoDB时保证和active record一致的风格。

1,添加Mongo_db.php 到你的 /application/libraries 文件夹 2,添加mongodb.php 到你的 /application/config 文件夹 3,更你的配置文件

你可以把它设置为autoload,也可以在你的控制器里加载它。

你可以使用codeigniter的active record的方式来操作数据库。

结果会返回相匹配的文档。

select 方法

<li>where_lt Where something is less than something</li>
<li>where_lte Where something is less than or equal to something</li>
<li>where_not_equal Where something is not equal to something</li>

<li>where_near` Where something is near to something (2d geospatial search)

order_by Order the results limit Limit the number of returned results


最后修改于 1970-01-01