public function delete() { $id = $this->uri->segment(5); $this->todo_model->delete($id); echo 'true'; // <----- THESE TWO LINES die(); }