めも。
$this->Model->find('all', [ 'conditions' => [ 'Model.col_1 between ? and ?' => [2, 15] ] ]);
といった感じで指定する。