Foo->findAll(); $this->set(compact('foos')); } function admin_index() { // Results are *not* simplified here $this->Foo->useSimpleResults = false; $foos = $this->Foo->findAll(); $this->set(compact('foos')); } // (...) } ?>