Exemplo n.º 1
0
 public function postdeleteAction()
 {
     $id = $this->_getParam("id");
     $this->_product->delete($id);
     $this->redirect("index", "courses", "admin");
 }