예제 #1
0
 public function deleteAction()
 {
     if ($this->getRequest()->isPost()) {
         $this->_model->delete($this->_model->getAdapter()->quoteInto('cron_id = ?', $this->getParam('cron_id')));
         $this->view->clearVars();
     }
 }