Пример #1
0
function del_ban($ban_id)
{
    $ban = new Ban();
    $ban->ban_id = $ban_id;
    $ban->remove();
}