Skip to content

Instantly share code, notes, and snippets.

@amacgregor
Created August 25, 2013 19:56
Show Gist options
  • Save amacgregor/6335929 to your computer and use it in GitHub Desktop.
Save amacgregor/6335929 to your computer and use it in GitHub Desktop.
Update actions
<?php
...
public function newAction()
{
$this->_initModel();
$this->loadLayout();
$this->renderLayout();
return $this;
}
public function editAction()
{
$this->_initModel();
$this->loadLayout();
$this->renderLayout();
return $this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment