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