Advertisement
Guest User

Untitled

a guest
Dec 15th, 2019
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. public function delete($id){
  2.         $this->model_products->delete($id);
  3.         redirect('admin/products');
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement