Advertisement
freddy0512

confiramtion

Mar 24th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. public function del()
  2. {
  3. //how to give modal bootsrap in here
  4. $item=$this->input->post('item');
  5. if(empty($item))
  6. {
  7. echo "<script>
  8. alert ('You must select First');
  9. window.history.back();
  10. </script>";
  11. }
  12. else
  13. {
  14. $this->artikel_model->test();
  15. redirect('admin/artikel','refresh');
  16. }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement