예제 #1
0
파일: ban.php 프로젝트: manelio/woolr
function del_ban($ban_id)
{
    $ban = new Ban();
    $ban->ban_id = $ban_id;
    $ban->remove();
}