为了账号安全,请及时绑定邮箱和手机立即绑定

文章列表查不出数据返回null

文章列表查不出数据返回null

PHP
仲天琪 2018-03-30 17:50:27
public static function getList($cond, $curPage = 1, $pageSize = 5, $orderBy = ['id'=>SORT_DESC]){ $model = new PostModel(); // 查询语句 $select = ['id','title','summary','label_img','cat_id','user_id','user_name','is_valid','created_at','updated_at']; $query = $model->find() ->select($select) ->where($cond) ->with('relate.tag','extend') ->orderBy($orderBy); // 获取分页数据 $res = $model->getPages($query, $curPage, $pageSize); var_dump($res);die; // 格式化数据 $res['data'] = self::_formatList($res['data']); return $res;  }
查看完整描述

2 回答

?
仲天琪

TA贡献2条经验 获得超0个赞

已经解决了,谢谢。yii2

查看完整回答
反对 回复 2018-04-01
?
ALEX3403648

TA贡献2条经验 获得超0个赞

什么框架?

查看完整回答
反对 回复 2018-03-30
  • 2 回答
  • 0 关注
  • 1054 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信