Ejemplo n.º 1
0
 public function deleteAction()
 {
     $this->view->disable();
     $id = $this->getParam('id');
     $row = Core_UserCenter_Table::getInstance()->find($id);
     $row->delete();
 }