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