码迷,mamicode.com
首页 > Web开发 > 详细

cakephp 中连接查询多表 或group by

时间:2014-07-03 21:36:21      阅读:252      评论:0      收藏:0      [点我收藏+]

标签:io   php   ar   re   title   return   

 $options = array(
                    ‘conditions‘ => $conditions,
                    ‘fields‘=>array(‘Category.*‘,‘COUNT(`Entity`.`id`) as `entity_count`‘),
                    ‘joins‘ => array(‘LEFT JOIN `entities` AS Entity ON `Entity`.`category_id` = `Category`.`id`‘),
                    ‘group‘ => ‘`Category`.`id`‘,
                    ‘contain‘ => array(‘Domain‘ => array(‘fields‘ => array(‘title‘)))
                );

                return $this->find(‘all‘, $options);

cakephp 中连接查询多表 或group by,布布扣,bubuko.com

cakephp 中连接查询多表 或group by

标签:io   php   ar   re   title   return   

原文地址:http://www.cnblogs.com/chenkg/p/3821004.html

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