标签: php mongodb web-applications
在我的网络应用程序中假设我想搜索特定的书名,那么如何使用mongodb作为后端在php中搜索?
答案 0 :(得分:0)
使用MongoClient,以下是代码;
$results = $collection->find(array( 'bookname' => {bookname} ), array('bookname', 'cost', 'date'));
此致 祖拜尔