function view($id = null) { $this->Post->id = $id; $this->set('post', $this->Post->read()); }