Exemplo n.º 1
0
 function delete($BlogID)
 {
     $Blog = new mBlogPost($BlogID);
     $Blog->delete();
     redirect($_SERVER['HTTP_REFERER']);
 }