1 2 3 4
public function DownAction() { $parent = SectionModel::down($this->_getParam('id')); $this->redirectToList($parent); }