Esempio n. 1
0
 function goDelete()
 {
     $delid = $_GET[DELETE . 'id'] + 0;
     $powerObj = new Power(&$this->dbObj, $this->getUid());
     $powerObj->delRole($delid);
     $this->quit('删除成功!');
 }