php封装的mongodb操作类代码

时间:2017-08-12

使用范例:

$table_name=trim(strtolower($this->table_name));
$this->mongo_db->where($where);
$order=!emptyempty($order)?array('AID'=>'DESC'):array('AID'=>'ASC');//升序降序
$infos=$this->mongo_db->listinfo($table_name,$order,$page,$pagesize);

这篇文章就到这结束了,大家可以多学习一下

  • 共2页:
  • 上一页
  • 2/2下一篇
    上一篇:php+javascript实现的动态显示服务器运行程序进度条功能示例 下一篇:php批量转换文件夹下所有文件编码的函数类

    相关文章

    最新文章