示例#1
0
文件: Del.php 项目: Torondor27/PHP
 public function index()
 {
     $model = new Model();
     $model->delete($_GET['id']);
     header("Location: /PHP/");
 }