码迷,mamicode.com
首页 > 其他好文 > 详细

yii2:多表查询

时间:2017-04-18 19:09:08      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:static   filter   type   mod   wim   yii2   代码   des   yii   

啥都不说了,上代码:

$list = static::find()
                    ->leftJoin(‘book‘,
                        ‘book.RID = prices.RID‘)->select(‘prices.*,book.WCONTENT,book.WIMGURL,book.WURL‘)
                    ->andFilterWhere([‘prices.WMODEL‘=> $where_condition[‘WMODEL‘]])
                    ->andFilterWhere([‘prices.WTYPE‘=> $where_condition[‘WTYPE‘]])
                    ->offset($params[‘offset‘])
                    ->orderBy([‘prices.WCREATETIME‘ => SORT_DESC])->limit($params[‘limit‘])->asArray()->all();

  

yii2:多表查询

标签:static   filter   type   mod   wim   yii2   代码   des   yii   

原文地址:http://www.cnblogs.com/achengmu/p/6729194.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!