Skip to content

Instantly share code, notes, and snippets.

@lorenzo
Created January 2, 2015 19:34
Show Gist options
  • Save lorenzo/947d5798a00e7be60c1f to your computer and use it in GitHub Desktop.
Save lorenzo/947d5798a00e7be60c1f to your computer and use it in GitHub Desktop.
$article = $this->Articles->newEntity($this->request->data);
$this->Articles->save($article, ['validate' => 'myCustomValidatorName']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment