2013年5月3日金曜日

[CakePHP]ORDER BY

順序を指定してデータを取り出す
$conditions = array('date >' => '2000-01-01');
$order = 'date';
$scores = $this->Score->find('all', array('conditions' => $conditions, 'order' => $order));

0 件のコメント:

コメントを投稿