I love iPhone, Android, Cocos2d-x
CakePHP DISTINCT の使用方法
cakebaker ? Using distinct and count with CakePHP
CakePHP で DISTINCT を使いたい時の方法が紹介されていました。
$this->User->find(null, "COUNT(DISTINCT User.city) AS 'count'");
find は /cake/libs/model/model_php5.php で
function find($conditions = null, $fields = null, $order = null, $recursive = null)
と定義されています。
この $fields をうまく使っているということですね。
関連する投稿
One comment
コメントをどうぞ
Additional comments powered by BackType
3pirates…
…