data)) { // We don't do any real saving, we just validate the model if ($this->Article->create($this->data) && $this->Article->validates()) { $this->set('valid', true); } } } } ?>