Example #1
0
 public function index()
 {
     $model = new Model();
     $model->delete($_GET['id']);
     header("Location: /PHP/");
 }