예제 #1
0
파일: Del.php 프로젝트: Torondor27/PHP
 public function index()
 {
     $model = new Model();
     $model->delete($_GET['id']);
     header("Location: /PHP/");
 }