$emp_id
. पास करने की आवश्यकता नहीं है . आपका कंट्रोलर फंक्शन नीचे जैसा दिखना चाहिए:
function employee4()
{
$emp_id = $this->uri->segment(3);
$this->employee_model->delete_employee($emp_id);
$this->index();
}
आपके मामले में uri खंड का मान 3
. है