Advertisement
jamboljack

Facility Controller

Feb 1st, 2017
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. function updatedatafacility() {
  2.     $this->hotel_model->update_data_facility();
  3.     $this->session->set_flashdata('notification','Update Hotel Facility Success.');
  4.     redirect(site_url('admin/hotel'));
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement