Ejemplo n.º 1
0
 public function delete($bookID)
 {
     if ($this->petugas == null) {
         header("Location: " . base . "/Auth");
         exit;
     }
     Book::destroy($bookID);
     header("Location: " . base . "/Book");
 }