Article->enableSoftDeletable('find', false); $articles = $this->Article->findAll(); $this->Article->enableSoftDeletable('find', true); $this->set('articles', $articles); } } ?>