예제 #1
0
 function delUser($id)
 {
     $condition = '`uid` = ' . $id;
     $re = new UserInfo();
     return $re->userinfo_delete($condition);
 }