Skip to content

Instantly share code, notes, and snippets.

@kalebweb
Created April 27, 2014 03:28
Show Gist options
  • Save kalebweb/11336955 to your computer and use it in GitHub Desktop.
Save kalebweb/11336955 to your computer and use it in GitHub Desktop.
Add CakePHP
public function add() {
if (!empty($this->data)) {
if ($this->ControllerSingular->save($this->data)) {
$this->Session->setFlash('Your post has been saved.');
$this->redirect(array('action' => 'index'));
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment