I’m converting CakePHP 1.2 site to 1.3 and running in a few problems. Since Model::findAll has been removed in 1.3 how do I go about converting this piece of code?
$pages = $this->Page->findAll("category like '{$page['Page']['category']}'",null,'sort_order');
it should be more like