например
Код: Выделить всё
$this->Article->find('all',array('id'=>123));Код: Выделить всё
select * from articles where article.id = 123;спасибо
Подробнее здесь: https://stackoverflow.com/questions/724 ... -the-query
Код: Выделить всё
$this->Article->find('all',array('id'=>123));Код: Выделить всё
select * from articles where article.id = 123;