Không cần chuyển $emp_id
. Chức năng bộ điều khiển của bạn sẽ giống như sau:
function employee4()
{
$emp_id = $this->uri->segment(3);
$this->employee_model->delete_employee($emp_id);
$this->index();
}
Trong trường hợp của bạn, giá trị phân đoạn tiểu là 3