Exemplo n.º 1
0
 public function delete()
 {
     if ($this->show->itemID) {
         Slider::delete($this->show->itemID);
         redirect(BASE_PATH . self::PATH);
     }
     redirect(BASE_PATH . self::PATH);
 }